Uses of Class
org.hipparchus.geometry.spherical.oned.Arc
-
Packages that use Arc Package Description org.hipparchus.geometry.spherical.oned This package provides basic geometry components on the 1-sphere.org.hipparchus.geometry.spherical.twod This package provides basic geometry components on the 2-sphere. -
-
Uses of Arc in org.hipparchus.geometry.spherical.oned
Methods in org.hipparchus.geometry.spherical.oned that return types with arguments of type Arc Modifier and Type Method Description List<Arc>
ArcsSet. asList()
Build an ordered list of arcs representing the instance.Methods in org.hipparchus.geometry.spherical.oned with parameters of type Arc Modifier and Type Method Description Side
ArcsSet. side(Arc arc)
Deprecated.as of 3.6, replaced withArcsSet.split(Arc)
.ArcsSet.Split.getSide()
ArcsSet.Split
ArcsSet. split(Arc arc)
Split the instance in two parts by an arc. -
Uses of Arc in org.hipparchus.geometry.spherical.twod
Methods in org.hipparchus.geometry.spherical.twod that return Arc Modifier and Type Method Description Arc
Circle. getArc(S2Point a, S2Point b)
Get the arc on this circle between two defining points.Arc
Circle. getInsideArc(Circle other)
Get the arc of the instance that lies inside the other circle.
-