Searched defs:PolyhedronsSet (Results 1 – 1 of 1) sorted by relevance
47 public class PolyhedronsSet extends AbstractRegion<Euclidean3D, Euclidean2D> { class56 public PolyhedronsSet(final double tolerance) { in PolyhedronsSet() method in PolyhedronsSet81 public PolyhedronsSet(final BSPTree<Euclidean3D> tree, final double tolerance) { in PolyhedronsSet() method in PolyhedronsSet106 public PolyhedronsSet(final Collection<SubHyperplane<Euclidean3D>> boundary, in PolyhedronsSet() method in PolyhedronsSet129 public PolyhedronsSet(final List<Vector3D> vertices, final List<int[]> facets, in PolyhedronsSet() method in PolyhedronsSet144 public PolyhedronsSet(final double xMin, final double xMax, in PolyhedronsSet() method in PolyhedronsSet155 public PolyhedronsSet() { in PolyhedronsSet() method in PolyhedronsSet170 public PolyhedronsSet(final BSPTree<Euclidean3D> tree) { in PolyhedronsSet() method in PolyhedronsSet195 public PolyhedronsSet(final Collection<SubHyperplane<Euclidean3D>> boundary) { in PolyhedronsSet() method in PolyhedronsSet210 public PolyhedronsSet(final double xMin, final double xMax, in PolyhedronsSet() method in PolyhedronsSet