Uses of Enum
org.apache.commons.geometry.core.partitioning.SplitLocation
Packages that use SplitLocation
Package
Description
This package contains code related to partitioning of spaces by hyperplanes.
-
Uses of SplitLocation in org.apache.commons.geometry.core.partitioning
Methods in org.apache.commons.geometry.core.partitioning that return SplitLocationModifier and TypeMethodDescriptionprivate SplitLocation
AbstractConvexHyperplaneBoundedRegion.determineRegionPlusMinusLocation
(Hyperplane<P> splitter) Determine whether the region lies on the plus or minus side of the given splitter.Split.getLocation()
Get the location of the object with respect to its splitting hyperplane.static SplitLocation
Returns the enum constant of this type with the specified name.static SplitLocation[]
SplitLocation.values()
Returns an array containing the constants of this enum type, in the order they are declared.