Uses of Class
org.apache.commons.geometry.euclidean.threed.VertexListConvexPolygon3D
-
Packages that use VertexListConvexPolygon3D Package Description org.apache.commons.geometry.euclidean.threed This package provides basic 3D geometry components. -
-
Uses of VertexListConvexPolygon3D in org.apache.commons.geometry.euclidean.threed
Methods in org.apache.commons.geometry.euclidean.threed that return VertexListConvexPolygon3D Modifier and Type Method Description VertexListConvexPolygon3D
VertexListConvexPolygon3D. reverse()
Reverse the orientation of the hyperplane for this instance, returning the result as a new instance.VertexListConvexPolygon3D
VertexListConvexPolygon3D. transform(Transform<Vector3D> transform)
Return a new hyperplane subset resulting from the application of the given transform.
-