Uses of Class
org.locationtech.jts.math.Plane3D
-
Packages that use Plane3D Package Description org.locationtech.jts.operation.distance3d -
-
Uses of Plane3D in org.locationtech.jts.operation.distance3d
Fields in org.locationtech.jts.operation.distance3d declared as Plane3D Modifier and Type Field Description private Plane3DPlanarPolygon3D. planeMethods in org.locationtech.jts.operation.distance3d that return Plane3D Modifier and Type Method Description private Plane3DPlanarPolygon3D. findBestFitPlane(Polygon poly)Finds a best-fit plane for the polygon, by sampling a few points from the exterior ring.Plane3DPlanarPolygon3D. getPlane()
-