Uses of Class
org.anchoranalysis.spatial.point.Point2f
| Package | Description |
|---|---|
| org.anchoranalysis.spatial.point |
A cartesian-coordinate, across varying primitive types, in 2D and 3D space.
|
-
Uses of Point2f in org.anchoranalysis.spatial.point
Methods in org.anchoranalysis.spatial.point that return Point2f Modifier and Type Method Description static Point2fPointConverter. floatFromDouble(Point2d point)Methods in org.anchoranalysis.spatial.point with parameters of type Point2f Modifier and Type Method Description static Point3dPointConverter. double3DFromFloat(Point2f point)static Point2dPointConverter. doubleFromFloat(Point2f point)