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
Subclasses with type arguments of type SplitLocation in org.apache.commons.geometry.core.partitioningModifier and TypeClassDescriptionenumEnumeration representing the location of a split object with respect to its splittinghyperplane.Methods in org.apache.commons.geometry.core.partitioning that return SplitLocationModifier and TypeMethodDescriptionprivate SplitLocationAbstractConvexHyperplaneBoundedRegion.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 SplitLocationReturns 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.