- Type Parameters:
P- Point type defining the embedding space.S- Point type defining the embedded subspace.
- All Superinterfaces:
Embedding<P,S>
- All Known Subinterfaces:
PlaneConvexSubset.Embedded, PlaneSubset.Embedded
- All Known Implementing Classes:
EmbeddedTreeGreatCircleSubset, EmbeddedTreeLineSubset, EmbeddedTreeLineSubset3D, EmbeddedTreePlaneSubset, GreatArc, GreatCircleSubset, LineConvexSubset, LineConvexSubset3D, LineSubset, LineSubset3D, Ray, Ray3D, ReverseRay, ReverseRay3D, Segment, Segment3D
Interface representing a geometric element that embeds a region in a subspace.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGet the embedded subspace region.Methods inherited from interface Embedding
toSpace, toSpace, toSubspace, toSubspace
-
Method Details
-
getSubspaceRegion
Get the embedded subspace region.- Returns:
- the embedded subspace region
-