| Package | de.popforge.imageprocessing.geom.maps |
| Class | public class GeometricMap |
| Subclasses | RippleMap, SphereMap, TwirlMap |
See also
| Method | Defined by | ||
|---|---|---|---|
|
displace(point:Point):Boolean
Displaces a Point with the given displace function.
| GeometricMap | ||
|
toString():String
Builds and returns a string containing the name of the class.
| GeometricMap | ||
| displace | () | method |
public function displace(point:Point):Boolean
Displaces a Point with the given displace function.
This function modifies the original point and checks if it has been modified or not.
A sphere map can check first if the point is inside of its radius. If this is not the
case the displace function should return false.
point:Point — The point that will be displaced.
|
Boolean — |
| toString | () | method |
public function toString():StringBuilds and returns a string containing the name of the class.
ReturnsString — A string containing the name of the class.
|