Uses of Class
org.evoludo.geom.Node2D
Packages that use Node2D
-
Uses of Node2D in org.evoludo.geom
Methods in org.evoludo.geom that return Node2DModifier and TypeMethodDescriptionNode2D.scaleR
(double scale) Node2D.set
(double x, double y, double r) Set thex
- andy
-coordinates and the radiusr
of 2D node.Set the coordinates and radious to those of noden
.Node2D.setR
(double r) Set the radiusr
of this 2D node.Methods in org.evoludo.geom with parameters of type Node2DModifier and TypeMethodDescriptiondouble
Calculate the distance between this 2D noden
and nodem
.double
Calculate the distance squared between this 2D noden
and nodem
.Set the coordinates and radious to those of noden
.Constructors in org.evoludo.geom with parameters of type Node2D -
Uses of Node2D in org.evoludo.simulator
Fields in org.evoludo.simulator declared as Node2DModifier and TypeFieldDescriptionprotected Node2D[]
Network2D.nodes
The array with all nodes of this network.Methods in org.evoludo.simulator that return Node2D