Uses of Class
Jcg.geometry.GridPoint
Packages that use GridPoint
-
Uses of GridPoint in Jcg.geometry
Methods in Jcg.geometry with parameters of type GridPointModifier and TypeMethodDescriptiondoubleGridPoint.euclideanDistance(GridPoint p) Return the Euclidean distance between the current point 'this' and a point 'p'intGridPoint.manhattanDistance(GridPoint p) Return the Manhattan distance between the current point 'this' and a point 'p'intGridPoint.squareEuclideanDistance(GridPoint p) Return the square of the Euclidean distance between the current point 'this' and a point 'p'Constructors in Jcg.geometry with parameters of type GridPoint