Uses of Class
org.apache.commons.math3.geometry.spherical.oned.Arc
Packages that use Arc
Package
Description
This package provides basic geometry components on the 1-sphere.
This package provides basic geometry components on the 2-sphere.
-
Uses of Arc in org.apache.commons.math3.geometry.spherical.oned
Methods in org.apache.commons.math3.geometry.spherical.oned that return types with arguments of type ArcModifier and TypeMethodDescriptionArcsSet.asList()
Build an ordered list of arcs representing the instance.Methods in org.apache.commons.math3.geometry.spherical.oned with parameters of type Arc -
Uses of Arc in org.apache.commons.math3.geometry.spherical.twod
Methods in org.apache.commons.math3.geometry.spherical.twod that return ArcModifier and TypeMethodDescriptionCircle.getInsideArc
(Circle other) Get the arc of the instance that lies inside the other circle.
ArcsSet.split(Arc)
.ArcsSet.Split.getSide()