Home
last modified time | relevance | path

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

/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/geometry/spherical/twod/
H A DSphericalPolygonsSet.java45 public class SphericalPolygonsSet extends AbstractRegion<Sphere2D, Sphere1D> { class
53 public SphericalPolygonsSet(final double tolerance) { in SphericalPolygonsSet() method in SphericalPolygonsSet
61 public SphericalPolygonsSet(final Vector3D pole, final double tolerance) { in SphericalPolygonsSet() method in SphericalPolygonsSet
76 public SphericalPolygonsSet(final Vector3D center, final Vector3D meridian, in SphericalPolygonsSet() method in SphericalPolygonsSet
92 public SphericalPolygonsSet(final BSPTree<Sphere2D> tree, final double tolerance) { in SphericalPolygonsSet() method in SphericalPolygonsSet
117 …public SphericalPolygonsSet(final Collection<SubHyperplane<Sphere2D>> boundary, final double toler… in SphericalPolygonsSet() method in SphericalPolygonsSet
151 public SphericalPolygonsSet(final double hyperplaneThickness, final S2Point ... vertices) { in SphericalPolygonsSet() method in SphericalPolygonsSet