Interface PlaneConvexSubset.Embedded
- All Superinterfaces:
Embedding<Vector3D,,Vector2D> PlaneSubset.Embedded,RegionEmbedding<Vector3D,Vector2D>
- All Known Implementing Classes:
EmbeddedAreaPlaneConvexSubset
- Enclosing interface:
PlaneConvexSubset
Interface used to represent plane convex subsets as embedded 2D subspace regions.
-
Method Summary
Modifier and TypeMethodDescriptionGet the embedded subspace region.Methods inherited from interface org.apache.commons.geometry.core.Embedding
toSpace, toSpace, toSubspace, toSubspaceMethods inherited from interface org.apache.commons.geometry.euclidean.threed.PlaneSubset.Embedded
getPlane
-
Method Details
-
getSubspaceRegion
ConvexArea getSubspaceRegion()Get the embedded subspace region.- Specified by:
getSubspaceRegionin interfacePlaneSubset.Embedded- Specified by:
getSubspaceRegionin interfaceRegionEmbedding<Vector3D,Vector2D> - Returns:
- the embedded subspace region
-