Uses of Class
org.apache.commons.geometry.euclidean.threed.AbstractPlaneSubset
Packages that use AbstractPlaneSubset
Package
Description
This package provides basic 3D geometry components.
-
Uses of AbstractPlaneSubset in org.apache.commons.geometry.euclidean.threed
Subclasses of AbstractPlaneSubset in org.apache.commons.geometry.euclidean.threedModifier and TypeClassDescription(package private) class
Abstract base class forConvexPolygon3D
implementations.(package private) class
Base class forPlaneSubset
implementations that use an embedded subspace region to define their plane subsets.(package private) final class
Internal implementation ofPlaneConvexSubset
that uses an embeddedConvexArea
to represent the subspace region.final class
Class representing an arbitrary subset of a plane using aRegionBSPTree2D
.(package private) final class
Simple implementation ofTriangle3D
.(package private) final class
InternalConvexPolygon3D
implementation class that uses a list of vertices to represent the plane subset.