Uses of Class
org.apache.commons.geometry.core.partitioning.SplitLocation
-
Packages that use SplitLocation Package Description org.apache.commons.geometry.core.partitioning 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 SplitLocation Modifier and Type Method Description private SplitLocation
AbstractConvexHyperplaneBoundedRegion. determineRegionPlusMinusLocation(Hyperplane<P> splitter)
Determine whether the region lies on the plus or minus side of the given splitter.SplitLocation
Split. getLocation()
Get the location of the object with respect to its splitting hyperplane.static SplitLocation
SplitLocation. valueOf(java.lang.String name)
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.
-