Uses of Class
org.apache.commons.geometry.spherical.oned.AngularInterval.Convex
-
Packages that use AngularInterval.Convex Package Description org.apache.commons.geometry.spherical.oned This package provides basic geometry components on the 1-sphere.org.apache.commons.geometry.spherical.twod This package provides basic geometry components on the 2-sphere. -
-
Uses of AngularInterval.Convex in org.apache.commons.geometry.spherical.oned
Fields in org.apache.commons.geometry.spherical.oned declared as AngularInterval.Convex Modifier and Type Field Description private static AngularInterval.Convex
AngularInterval.Convex. FULL
Interval instance representing the full space.Methods in org.apache.commons.geometry.spherical.oned that return AngularInterval.Convex Modifier and Type Method Description static AngularInterval.Convex
AngularInterval. full()
Return an instance representing the full space.static AngularInterval.Convex
AngularInterval.Convex. of(double min, double max, org.apache.commons.numbers.core.Precision.DoubleEquivalence precision)
Return an instance representing the convex angular interval between the given min and max azimuth values.static AngularInterval.Convex
AngularInterval.Convex. of(CutAngle a, CutAngle b)
Return an instance representing the convex angular interval between the given oriented points.static AngularInterval.Convex
AngularInterval.Convex. of(Point1S min, Point1S max, org.apache.commons.numbers.core.Precision.DoubleEquivalence precision)
Return an instance representing the convex angular interval between the given min and max azimuth points.AngularInterval.Convex
AngularInterval.Convex. transform(Transform<Point1S> transform)
Return a new instance transformed by the argument.Methods in org.apache.commons.geometry.spherical.oned that return types with arguments of type AngularInterval.Convex Modifier and Type Method Description Split<AngularInterval.Convex>
AngularInterval.Convex. splitDiameter(CutAngle splitter)
Split the instance along a circle diameter.The diameter is defined by the given split point and its reversed antipodal point.java.util.List<AngularInterval.Convex>
AngularInterval.Convex. toConvex()
Return a list of convex intervals comprising this region.java.util.List<AngularInterval.Convex>
AngularInterval. toConvex()
Return a list of convex intervals comprising this region. -
Uses of AngularInterval.Convex in org.apache.commons.geometry.spherical.twod
Fields in org.apache.commons.geometry.spherical.twod declared as AngularInterval.Convex Modifier and Type Field Description private AngularInterval.Convex
GreatArc. interval
The interval representing the region of the great circle contained in the arc.Methods in org.apache.commons.geometry.spherical.twod that return AngularInterval.Convex Modifier and Type Method Description AngularInterval.Convex
GreatArc. getInterval()
Get the angular interval for the arc.AngularInterval.Convex
GreatArc. getSubspaceRegion()
Get the embedded subspace region.Methods in org.apache.commons.geometry.spherical.twod with parameters of type AngularInterval.Convex Modifier and Type Method Description GreatArc
GreatCircle. arc(AngularInterval.Convex interval)
Create an arc on this circle consisting of the given subspace interval.static GreatArc
GreatCircles. arcFromInterval(GreatCircle circle, AngularInterval.Convex interval)
Construct an arc from a great circle and an angular interval.Constructors in org.apache.commons.geometry.spherical.twod with parameters of type AngularInterval.Convex Constructor Description GreatArc(GreatCircle circle, AngularInterval.Convex interval)
Create a new instance from a great circle and the interval embedded in it.
-