Package org.evoludo.geom
Interface Point
- All Known Subinterfaces:
Node
public interface Point
Interface representing a point in 2D or 3D space determined by Cartesian
coordinates.
Work in progress...
Rudimentary implementation, taylored to the current needs. Could be made more useful/powerful.- Author:
- Christoph Hauert
-
Method Summary
-
Method Details
-
shake
Randomly shake the position of this point by an amount scaled byquake
.- Parameters:
quake
- the amount to shake the point- Returns:
- this point to enable chains of manipulations
-