Uses of Class
org.apache.commons.geometry.euclidean.threed.AbstractConvexPolygon3D
-
Packages that use AbstractConvexPolygon3D Package Description org.apache.commons.geometry.euclidean.threed This package provides basic 3D geometry components. -
-
Uses of AbstractConvexPolygon3D in org.apache.commons.geometry.euclidean.threed
Subclasses of AbstractConvexPolygon3D in org.apache.commons.geometry.euclidean.threed Modifier and Type Class Description (package private) class
SimpleTriangle3D
Simple implementation ofTriangle3D
.(package private) class
VertexListConvexPolygon3D
InternalConvexPolygon3D
implementation class that uses a list of vertices to represent the plane subset.
-