Uses of Interface
org.apache.commons.geometry.euclidean.threed.PlaneSubset.Embedded
Packages that use PlaneSubset.Embedded
Package
Description
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.threedModifier and TypeInterfaceDescriptionstatic interfaceInterface used to represent plane convex subsets as embedded 2D subspace regions.Classes in org.apache.commons.geometry.euclidean.threed that implement PlaneSubset.EmbeddedModifier and TypeClassDescription(package private) classBase class forPlaneSubsetimplementations that use an embedded subspace region to define their plane subsets.(package private) final classInternal implementation ofPlaneConvexSubsetthat uses an embeddedConvexAreato represent the subspace region.final classClass representing an arbitrary subset of a plane using aRegionBSPTree2D.Methods in org.apache.commons.geometry.euclidean.threed that return PlaneSubset.EmbeddedModifier and TypeMethodDescriptionEmbeddedTreePlaneSubset.getEmbedded()Return an object containing the plane subset as an embedded 2D subspace region.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.EmbeddedModifier and TypeMethodDescriptionprivate 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.