Interface EmbeddingHyperplane<P extends Point<P>,S extends Point<S>>

Type Parameters:
P - Point implementation type
S - 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: