Uses of Class
org.apache.commons.math3.geometry.spherical.oned.ArcsSet
-
Packages that use ArcsSet Package Description org.apache.commons.math3.geometry.spherical.oned This package provides basic geometry components on the 1-sphere. -
-
Uses of ArcsSet in org.apache.commons.math3.geometry.spherical.oned
Fields in org.apache.commons.math3.geometry.spherical.oned declared as ArcsSet Modifier and Type Field Description private ArcsSet
ArcsSet.Split. minus
Part of the arcs set on the minus side of the splitting arc.private ArcsSet
ArcsSet.Split. plus
Part of the arcs set on the plus side of the splitting arc.Methods in org.apache.commons.math3.geometry.spherical.oned that return ArcsSet Modifier and Type Method Description ArcsSet
ArcsSet. buildNew(BSPTree<Sphere1D> tree)
Build a region using the instance as a prototype.private ArcsSet
ArcsSet. createSplitPart(java.util.List<java.lang.Double> limits)
Create a split part.ArcsSet
ArcsSet.Split. getMinus()
Get the part of the arcs set on the minus side of the splitting arc.ArcsSet
ArcsSet.Split. getPlus()
Get the part of the arcs set on the plus side of the splitting arc.ArcsSet
LimitAngle. wholeSpace()
Build a region covering the whole space.Constructors in org.apache.commons.math3.geometry.spherical.oned with parameters of type ArcsSet Constructor Description Split(ArcsSet plus, ArcsSet minus)
Build a Split from its parts.
-