Uses of Class
org.hipparchus.geometry.spherical.oned.ArcsSet.InconsistentStateAt2PiWrapping
-
Packages that use ArcsSet.InconsistentStateAt2PiWrapping Package Description org.hipparchus.geometry.spherical.oned This package provides basic geometry components on the 1-sphere. -
-
Uses of ArcsSet.InconsistentStateAt2PiWrapping in org.hipparchus.geometry.spherical.oned
Constructors in org.hipparchus.geometry.spherical.oned that throw ArcsSet.InconsistentStateAt2PiWrapping Constructor Description ArcsSet(Collection<SubHyperplane<Sphere1D>> boundary, double tolerance)
Build an arcs set from a Boundary REPresentation (B-rep).ArcsSet(BSPTree<Sphere1D> tree, double tolerance)
Build an arcs set from an inside/outside BSP tree.
-