Home
last modified time | relevance | path

Searched defs:ArcsSet (Results 1 – 1 of 1) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/spherical/oned/
DArcsSet.java49 public class ArcsSet extends AbstractRegion<Sphere1D, Sphere1D> implements Iterable<double[]> { class
54 public ArcsSet(final double tolerance) { in ArcsSet() method in ArcsSet
71 public ArcsSet(final double lower, final double upper, final double tolerance) in ArcsSet() method in ArcsSet
88 public ArcsSet(final BSPTree<Sphere1D> tree, final double tolerance) in ArcsSet() method in ArcsSet
116 public ArcsSet(final Collection<SubHyperplane<Sphere1D>> boundary, final double tolerance) in ArcsSet() method in ArcsSet