Uses of Class
org.evoludo.geom.Node2D
Packages that use Node2D
Package
Description
The geometric utilities for working with shapes and spatial relationships.
The toolkit to explore interactive evolutionary models.
-
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 radiusrof 2D node.Set the coordinates and radious to those of noden.Node2D.setR(double r) Set the radiusrof this 2D node.Methods in org.evoludo.geom with parameters of type Node2DModifier and TypeMethodDescriptiondoubleCalculate the distance between this 2D nodenand nodem.doubleCalculate the distance squared between this 2D nodenand 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.nodesThe array with all nodes of this network.Methods in org.evoludo.simulator that return Node2D