Uses of Enum
org.apache.commons.geometry.core.partitioning.HyperplaneLocation
Packages that use HyperplaneLocation
Package
Description
This package contains code related to partitioning of spaces by hyperplanes.
This package provides basic 1D geometry components.
This package provides basic geometry components on the 1-sphere.
-
Uses of HyperplaneLocation in org.apache.commons.geometry.core.partitioning
Methods in org.apache.commons.geometry.core.partitioning that return HyperplaneLocationModifier and TypeMethodDescriptionClassify a point with respect to this hyperplane.Classify a point with respect to this hyperplane.static HyperplaneLocation
Returns the enum constant of this type with the specified name.static HyperplaneLocation[]
HyperplaneLocation.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of HyperplaneLocation in org.apache.commons.geometry.euclidean.oned
Methods in org.apache.commons.geometry.euclidean.oned that return HyperplaneLocationModifier and TypeMethodDescriptionOrientedPoint.classify
(double location) Classify the number line location with respect to the instance.Classify a point with respect to this hyperplane. -
Uses of HyperplaneLocation in org.apache.commons.geometry.spherical.oned
Methods in org.apache.commons.geometry.spherical.oned that return HyperplaneLocationModifier and TypeMethodDescriptionClassify a point with respect to this hyperplane.