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 interfacePlaneConvexSubset.EmbeddedInterface 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) classAbstractEmbeddedRegionPlaneSubsetBase class forPlaneSubsetimplementations that use an embedded subspace region to define their plane subsets.(package private) classEmbeddedAreaPlaneConvexSubsetInternal implementation ofPlaneConvexSubsetthat uses an embeddedConvexAreato represent the subspace region.classEmbeddedTreePlaneSubsetClass 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.EmbeddedEmbeddedTreePlaneSubset. getEmbedded()Return an object containing the plane subset as an embedded 2D subspace region.PlaneSubset.EmbeddedPlaneSubset. 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 Rotation2DEmbeddedTreePlaneSubset. 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.
-