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