Uses of Interface
org.apache.commons.geometry.euclidean.threed.PlaneSubset.Embedded
-
Packages that use PlaneSubset.Embedded Package Description org.apache.commons.geometry.euclidean.threed This package provides basic 3D geometry components. -
-
Uses of PlaneSubset.Embedded in org.apache.commons.geometry.euclidean.threed
Subinterfaces of PlaneSubset.Embedded in org.apache.commons.geometry.euclidean.threed Modifier and Type Interface Description static interface
PlaneConvexSubset.Embedded
Interface used to represent plane convex subsets as embedded 2D subspace regions.Classes in org.apache.commons.geometry.euclidean.threed that implement PlaneSubset.Embedded Modifier and Type Class Description (package private) class
AbstractEmbeddedRegionPlaneSubset
Base class forPlaneSubset
implementations that use an embedded subspace region to define their plane subsets.(package private) class
EmbeddedAreaPlaneConvexSubset
Internal implementation ofPlaneConvexSubset
that uses an embeddedConvexArea
to represent the subspace region.class
EmbeddedTreePlaneSubset
Class representing an arbitrary subset of a plane using aRegionBSPTree2D
.Methods in org.apache.commons.geometry.euclidean.threed that return PlaneSubset.Embedded Modifier and Type Method Description PlaneSubset.Embedded
EmbeddedTreePlaneSubset. getEmbedded()
Return an object containing the plane subset as an embedded 2D subspace region.PlaneSubset.Embedded
PlaneSubset. getEmbedded()
Return an object containing the plane subset as an embedded 2D subspace region.Methods in org.apache.commons.geometry.euclidean.threed with parameters of type PlaneSubset.Embedded Modifier and Type Method Description private Rotation2D
EmbeddedTreePlaneSubset. getEmbeddedRegionRotation(PlaneSubset.Embedded embedded)
Construct a rotation transform used to transform the subspace of the given embedded region plane subset into the subspace of this instance.
-