Interface PlaneSubset.Embedded
-
- All Known Subinterfaces:
PlaneConvexSubset.Embedded
- All Known Implementing Classes:
AbstractEmbeddedRegionPlaneSubset
,EmbeddedAreaPlaneConvexSubset
,EmbeddedTreePlaneSubset
- Enclosing interface:
- PlaneSubset
public static interface PlaneSubset.Embedded extends RegionEmbedding<Vector3D,Vector2D>
Interface used to represent plane subsets as embedded 2D subspace regions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EmbeddingPlane
getPlane()
Get the plane embedding the subspace region.HyperplaneBoundedRegion<Vector2D>
getSubspaceRegion()
Get the embedded subspace region.-
Methods inherited from interface org.apache.commons.geometry.core.Embedding
toSpace, toSpace, toSubspace, toSubspace
-
-
-
-
Method Detail
-
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:
getSubspaceRegion
in interfaceRegionEmbedding<Vector3D,Vector2D>
- Returns:
- the embedded subspace region
-
-