Home
last modified time | relevance | path

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

/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/
H A DPolygonsSet.java42 public class PolygonsSet extends AbstractRegion<Euclidean2D, Euclidean1D> { class
54 public PolygonsSet(final double tolerance) { in PolygonsSet() method in PolygonsSet
79 public PolygonsSet(final BSPTree<Euclidean2D> tree, final double tolerance) { in PolygonsSet() method in PolygonsSet
105 …public PolygonsSet(final Collection<SubHyperplane<Euclidean2D>> boundary, final double tolerance) { in PolygonsSet() method in PolygonsSet
117 public PolygonsSet(final double xMin, final double xMax, in PolygonsSet() method in PolygonsSet
153 public PolygonsSet(final double hyperplaneThickness, final Vector2D ... vertices) { in PolygonsSet() method in PolygonsSet
161 public PolygonsSet() { in PolygonsSet() method in PolygonsSet
176 public PolygonsSet(final BSPTree<Euclidean2D> tree) { in PolygonsSet() method in PolygonsSet
202 public PolygonsSet(final Collection<SubHyperplane<Euclidean2D>> boundary) { in PolygonsSet() method in PolygonsSet
214 public PolygonsSet(final double xMin, final double xMax, in PolygonsSet() method in PolygonsSet