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 Embedding
toSpace, toSpace, toSubspace, toSubspaceMethods inherited from interface 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
-