Uses of Class
org.apache.commons.geometry.core.partitioning.HyperplaneLocation
-
Packages that use HyperplaneLocation Package Description org.apache.commons.geometry.core.partitioning This package contains code related to partitioning of spaces by hyperplanes.org.apache.commons.geometry.euclidean.oned This package provides basic 1D geometry components.org.apache.commons.geometry.spherical.oned 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 HyperplaneLocation Modifier and Type Method Description HyperplaneLocation
AbstractHyperplane. classify(P point)
Classify a point with respect to this hyperplane.HyperplaneLocation
Hyperplane. classify(P point)
Classify a point with respect to this hyperplane.static HyperplaneLocation
HyperplaneLocation. valueOf(java.lang.String name)
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 HyperplaneLocation Modifier and Type Method Description HyperplaneLocation
OrientedPoint. classify(double location)
Classify the number line location with respect to the instance.HyperplaneLocation
OrientedPoint. classify(Vector1D pt)
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 HyperplaneLocation Modifier and Type Method Description HyperplaneLocation
CutAngle. classify(Point1S pt)
Classify a point with respect to this hyperplane.
-