Interface PlaneSubset.Embedded
- All Known Subinterfaces:
PlaneConvexSubset.Embedded
- All Known Implementing Classes:
AbstractEmbeddedRegionPlaneSubset, EmbeddedAreaPlaneConvexSubset, EmbeddedTreePlaneSubset
- Enclosing interface:
PlaneSubset
Interface used to represent plane subsets as embedded 2D subspace regions.
-
Method Summary
Modifier and TypeMethodDescriptiongetPlane()Get the plane embedding the subspace region.Get the embedded subspace region.Methods inherited from interface Embedding
toSpace, toSpace, toSubspace, toSubspace
-
Method Details
-
getPlane
EmbeddingPlane getPlane()Get the plane embedding the subspace region.- Returns:
- the plane embedding the subspace region
-
getSubspaceRegion
HyperplaneBoundedRegion<Vector2D> getSubspaceRegion()Get the embedded subspace region.- Specified by:
getSubspaceRegionin interfaceRegionEmbedding<Vector3D,Vector2D> - Returns:
- the embedded subspace region
-