Uses of Enum
org.apache.commons.math3.geometry.partitioning.Side
Packages that use Side
Package
Description
This package provides classes to implement Binary Space Partition trees.
This package provides basic geometry components on the 1-sphere.
-
Uses of Side in org.apache.commons.math3.geometry.partitioning
Methods in org.apache.commons.math3.geometry.partitioning that return SideModifier and TypeMethodDescriptionSubHyperplane.SplitSubHyperplane.getSide()Get the side of the split sub-hyperplane with respect to its splitter.AbstractRegion.side(Hyperplane<S> hyperplane) Deprecated.AbstractSubHyperplane.side(Hyperplane<S> hyper) Deprecated.Region.side(Hyperplane<S> hyperplane) Deprecated.as of 3.6, this method which was only intended for internal use is not used anymoreSubHyperplane.side(Hyperplane<S> hyperplane) Deprecated.as of 3.6, replaced withSubHyperplane.split(Hyperplane).SubHyperplane.SplitSubHyperplane.getSide()static SideReturns the enum constant of this type with the specified name.static Side[]Side.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Side in org.apache.commons.math3.geometry.spherical.oned
Methods in org.apache.commons.math3.geometry.spherical.oned that return SideModifier and TypeMethodDescriptionArcsSet.Split.getSide()Get the side of the split arc with respect to its splitter.Deprecated.as of 3.6, replaced withArcsSet.split(Arc).ArcsSet.Split.getSide()