Uses of Interface
org.apache.commons.geometry.core.partitioning.EmbeddingHyperplane
-
Packages that use EmbeddingHyperplane Package Description org.apache.commons.geometry.core.internal This package contains utilities intended for internal use only.org.apache.commons.geometry.euclidean.threed This package provides basic 3D geometry components.org.apache.commons.geometry.euclidean.twod This package provides basic 2D geometry components.org.apache.commons.geometry.spherical.twod 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 EmbeddingHyperplane Modifier and Type Method Description static <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 EmbeddingHyperplane Modifier and Type Class Description classEmbeddingPlaneExtension 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 EmbeddingHyperplane Modifier and Type Class Description classLineThis 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 EmbeddingHyperplane Modifier and Type Class Description classGreatCircleClass representing a great circle on the 2-sphere.
-