Class ArcsSet.Split
java.lang.Object
org.apache.commons.math3.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.PLUSif onlygetPlus()returns non-null,Side.MINUSif onlygetMinus()returns non-null,Side.BOTHif bothgetPlus()andgetMinus()return non-null orSide.HYPERif bothgetPlus()andgetMinus()return null- Since:
- 3.6
-