Searched defs:ArcsSet (Results 1 – 1 of 1) sorted by relevance
49 public class ArcsSet extends AbstractRegion<Sphere1D, Sphere1D> implements Iterable<double[]> { class54 public ArcsSet(final double tolerance) { in ArcsSet() method in ArcsSet71 public ArcsSet(final double lower, final double upper, final double tolerance) in ArcsSet() method in ArcsSet88 public ArcsSet(final BSPTree<Sphere1D> tree, final double tolerance) in ArcsSet() method in ArcsSet116 public ArcsSet(final Collection<SubHyperplane<Sphere1D>> boundary, final double tolerance) in ArcsSet() method in ArcsSet