-
- Type Parameters:
P
- Point implementation typeS
- Subspace point implementation type
- All Superinterfaces:
Embedding<P,S>
,Hyperplane<P>
- All Known Implementing Classes:
EmbeddingPlane
,GreatCircle
,Line
public interface EmbeddingHyperplane<P extends Point<P>,S extends Point<S>> extends Hyperplane<P>, Embedding<P,S>
Hyperplane that also embeds a subspace.- See Also:
Hyperplane
,Embedding
-
-
Method Summary
-
Methods inherited from interface org.apache.commons.geometry.core.Embedding
toSpace, toSpace, toSubspace, toSubspace
-
Methods inherited from interface org.apache.commons.geometry.core.partitioning.Hyperplane
classify, contains, offset, project, reverse, similarOrientation, span, transform
-
-