Package org.evoludo.geom
Interface Node
- All Superinterfaces:
Point
Interface representing a (network) node in 2D or 3D space with a position and a radius.
Work in progress...
Rudimentary implementation, taylored to the current needs. Could be made more useful/powerful.- Author:
- Christoph Hauert
- See Also:
-
Method Summary
-
Method Details
-
scaleR
Scales the radius of this node byscale
.- Parameters:
scale
- the scaling factor- Returns:
- this node
-