Uses of Interface
org.apache.commons.geometry.core.partitioning.EmbeddingHyperplane
Packages that use EmbeddingHyperplane
Package
Description
This package contains utilities intended for internal use only.
This package provides basic 3D geometry components.
This package provides basic 2D geometry components.
This package provides basic geometry components on the 2-sphere.
-
Uses of EmbeddingHyperplane in org.apache.commons.geometry.core.internal
Methods in org.apache.commons.geometry.core.internal with type parameters of type EmbeddingHyperplaneModifier and TypeMethodDescriptionstatic <P extends Point<P>,S extends Point<S>, H extends EmbeddingHyperplane<P, S>, R extends Region<S>>
RegionLocationHyperplaneSubsets.classifyAgainstEmbeddedRegion(P pt, H hyperplane, R embeddedRegion) Classify a point against a region embedded in a hyperplane.static <P extends Point<P>,S extends Point<S>, H extends EmbeddingHyperplane<P, S>, R extends Region<S>>
PHyperplaneSubsets.closestToEmbeddedRegion(P pt, H hyperplane, R embeddedRegion) Return the closest point to a given point in a region embedded in a hyperplane. -
Uses of EmbeddingHyperplane in org.apache.commons.geometry.euclidean.threed
Classes in org.apache.commons.geometry.euclidean.threed that implement EmbeddingHyperplaneModifier and TypeClassDescriptionfinal classExtension of thePlaneclass that supports embedding of 2D subspaces in the plane. -
Uses of EmbeddingHyperplane in org.apache.commons.geometry.euclidean.twod
Classes in org.apache.commons.geometry.euclidean.twod that implement EmbeddingHyperplaneModifier and TypeClassDescriptionfinal classThis class represents an oriented line in the 2D plane. -
Uses of EmbeddingHyperplane in org.apache.commons.geometry.spherical.twod
Classes in org.apache.commons.geometry.spherical.twod that implement EmbeddingHyperplaneModifier and TypeClassDescriptionfinal classClass representing a great circle on the 2-sphere.