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 interface
Interface 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) 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
.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 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.