Class ArcsSet.Split
java.lang.Object
org.hipparchus.geometry.spherical.oned.ArcsSet.Split
- Enclosing class:
- ArcsSet
Class holding the results of the
split
method.-
Method Summary
-
Method Details
-
getPlus
Get the part of the arcs set on the plus side of the splitting arc.- Returns:
- part of the arcs set on the plus side of the splitting arc
-
getMinus
Get the part of the arcs set on the minus side of the splitting arc.- Returns:
- part of the arcs set on the minus side of the splitting arc
-
getSide
Get the side of the split arc with respect to its splitter.- Returns:
Side.PLUS
if onlygetPlus()
returns non-null,Side.MINUS
if onlygetMinus()
returns non-null,Side.BOTH
if bothgetPlus()
andgetMinus()
return non-null orSide.HYPER
if bothgetPlus()
andgetMinus()
return null
-