Home
last modified time | relevance | path

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

/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/
H A DPolyhedronsSet.java47 public class PolyhedronsSet extends AbstractRegion<Euclidean3D, Euclidean2D> { class
56 public PolyhedronsSet(final double tolerance) { in PolyhedronsSet() method in PolyhedronsSet
81 public PolyhedronsSet(final BSPTree<Euclidean3D> tree, final double tolerance) { in PolyhedronsSet() method in PolyhedronsSet
106 public PolyhedronsSet(final Collection<SubHyperplane<Euclidean3D>> boundary, in PolyhedronsSet() method in PolyhedronsSet
129 public PolyhedronsSet(final List<Vector3D> vertices, final List<int[]> facets, in PolyhedronsSet() method in PolyhedronsSet
144 public PolyhedronsSet(final double xMin, final double xMax, in PolyhedronsSet() method in PolyhedronsSet
155 public PolyhedronsSet() { in PolyhedronsSet() method in PolyhedronsSet
170 public PolyhedronsSet(final BSPTree<Euclidean3D> tree) { in PolyhedronsSet() method in PolyhedronsSet
195 public PolyhedronsSet(final Collection<SubHyperplane<Euclidean3D>> boundary) { in PolyhedronsSet() method in PolyhedronsSet
210 public PolyhedronsSet(final double xMin, final double xMax, in PolyhedronsSet() method in PolyhedronsSet