Uses of Class
org.anchoranalysis.spatial.point.Point3f
| Package | Description |
|---|---|
| org.anchoranalysis.spatial.point |
A cartesian-coordinate, across varying primitive types, in 2D and 3D space.
|
-
Uses of Point3f in org.anchoranalysis.spatial.point
Methods in org.anchoranalysis.spatial.point that return Point3f Modifier and Type Method Description static Point3fPointConverter. floatFromDouble(Point3d point)static Point3fPointConverter. floatFromInt(Point2i point)static Point3fPointConverter. floatFromInt(ReadableTuple3i point)Convert aReadableTuple3ito aPoint3f.static Point3fPointConverter. floatFromIntDropZ(ReadableTuple3i point)Creates aReadableTuple3ito aPoint3f, preserving X- and Y-components but set setting the Z-component to be0.Methods in org.anchoranalysis.spatial.point that return types with arguments of type Point3f Modifier and Type Method Description static List<Point3f>PointConverter. convert2iTo3f(List<Point2i> points)static List<Point3f>PointConverter. convert3dTo3f(List<Point3d> points)static List<Point3f>PointConverter. convert3iTo3f(List<Point3i> points)List<Point3f>Contour. getPoints()An ordered list of points in the contour.Methods in org.anchoranalysis.spatial.point with parameters of type Point3f Modifier and Type Method Description doublePoint3f. distance(Point3f point)The Euclidean distance between this point and another.floatPoint3f. distanceSquared(Point3f point)The square of the Euclidean distance between this point and another.static Point3dPointConverter. doubleFromFloat(Point3f point)static Point3iPointConverter. intFromFloat(Point3f point, boolean round)