Uses of Class
org.evoludo.geom.Node3D
Packages that use Node3D
-
Uses of Node3D in org.evoludo.geom
Methods in org.evoludo.geom that return Node3DModifier and TypeMethodDescriptionNode3D.scaleR
(double scale) Node3D.set
(double x, double y, double z, double r) Set thex
-,y
- andz
-coordinates and the radiusr
of the 3D node.Set the coordinates and radius to those of noden
.Node3D.setR
(double r) Set the radiusr
of the 3D node.Methods in org.evoludo.geom with parameters of type Node3DModifier and TypeMethodDescriptiondouble
Calculate the distance between this 3D noden
and nodem
.double
Calculate the distance squared between this 3D noden
and nodem
.Set the coordinates and radius to those of noden
.Constructors in org.evoludo.geom with parameters of type Node3D -
Uses of Node3D in org.evoludo.simulator
Fields in org.evoludo.simulator declared as Node3DModifier and TypeFieldDescriptionprotected Node3D[]
Network3D.nodes
The array with all nodes of this network.Methods in org.evoludo.simulator that return Node3D