Searched defs:PolygonsSet (Results 1 – 1 of 1) sorted by relevance
42 public class PolygonsSet extends AbstractRegion<Euclidean2D, Euclidean1D> { class54 public PolygonsSet(final double tolerance) { in PolygonsSet() method in PolygonsSet79 public PolygonsSet(final BSPTree<Euclidean2D> tree, final double tolerance) { in PolygonsSet() method in PolygonsSet105 …public PolygonsSet(final Collection<SubHyperplane<Euclidean2D>> boundary, final double tolerance) { in PolygonsSet() method in PolygonsSet117 public PolygonsSet(final double xMin, final double xMax, in PolygonsSet() method in PolygonsSet153 public PolygonsSet(final double hyperplaneThickness, final Vector2D ... vertices) { in PolygonsSet() method in PolygonsSet161 public PolygonsSet() { in PolygonsSet() method in PolygonsSet176 public PolygonsSet(final BSPTree<Euclidean2D> tree) { in PolygonsSet() method in PolygonsSet202 public PolygonsSet(final Collection<SubHyperplane<Euclidean2D>> boundary) { in PolygonsSet() method in PolygonsSet214 public PolygonsSet(final double xMin, final double xMax, in PolygonsSet() method in PolygonsSet