Uses of Class
org.hipparchus.geometry.partitioning.Side
-
Packages that use Side Package Description org.hipparchus.geometry.partitioning This package provides classes to implement Binary Space Partition trees.org.hipparchus.geometry.spherical.oned This package provides basic geometry components on the 1-sphere. -
-
Uses of Side in org.hipparchus.geometry.partitioning
Methods in org.hipparchus.geometry.partitioning that return Side Modifier and Type Method Description Side
SubHyperplane.SplitSubHyperplane. getSide()
Get the side of the split sub-hyperplane with respect to its splitter.static Side
Side. valueOf(String name)
Returns 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.hipparchus.geometry.spherical.oned
Methods in org.hipparchus.geometry.spherical.oned that return Side Modifier and Type Method Description Side
ArcsSet.Split. getSide()
Get the side of the split arc with respect to its splitter.Side
ArcsSet. side(Arc arc)
Deprecated.as of 3.6, replaced withArcsSet.split(Arc)
.ArcsSet.Split.getSide()
-