Uses of Class
org.apache.commons.geometry.spherical.oned.AngularInterval.Convex
Packages that use AngularInterval.Convex
Package
Description
This package provides basic geometry components on the 1-sphere.
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.ConvexModifier and TypeFieldDescriptionprivate static final AngularInterval.ConvexAngularInterval.Convex.FULLInterval instance representing the full space.Methods in org.apache.commons.geometry.spherical.oned that return AngularInterval.ConvexModifier and TypeMethodDescriptionstatic AngularInterval.ConvexAngularInterval.full()Return an instance representing the full space.static AngularInterval.ConvexAngularInterval.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.ConvexReturn an instance representing the convex angular interval between the given oriented points.static AngularInterval.ConvexAngularInterval.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.Return a new instance transformed by the argument.Methods in org.apache.commons.geometry.spherical.oned that return types with arguments of type AngularInterval.ConvexModifier and TypeMethodDescriptionAngularInterval.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.AngularInterval.Convex.toConvex()Return a list of convex intervals comprising this region.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.ConvexModifier and TypeFieldDescriptionprivate final AngularInterval.ConvexGreatArc.intervalThe interval representing the region of the great circle contained in the arc.Methods in org.apache.commons.geometry.spherical.twod that return AngularInterval.ConvexModifier and TypeMethodDescriptionGreatArc.getInterval()Get the angular interval for the arc.GreatArc.getSubspaceRegion()Get the embedded subspace region.Methods in org.apache.commons.geometry.spherical.twod with parameters of type AngularInterval.ConvexModifier and TypeMethodDescriptionGreatCircle.arc(AngularInterval.Convex interval) Create an arc on this circle consisting of the given subspace interval.static GreatArcGreatCircles.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.ConvexModifierConstructorDescription(package private)GreatArc(GreatCircle circle, AngularInterval.Convex interval) Create a new instance from a great circle and the interval embedded in it.