Uses of Class
org.hipparchus.geometry.spherical.oned.ArcsSet.InconsistentStateAt2PiWrapping
Packages that use ArcsSet.InconsistentStateAt2PiWrapping
Package
Description
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.InconsistentStateAt2PiWrappingModifierConstructorDescriptionArcsSet
(Collection<SubLimitAngle> boundary, double tolerance) Build an arcs set from a Boundary REPresentation (B-rep).ArcsSet
(BSPTree<Sphere1D, S1Point, LimitAngle, SubLimitAngle> tree, double tolerance) Build an arcs set from an inside/outside BSP tree.