Uses of Class
org.apache.commons.geometry.spherical.oned.AngularInterval
Packages that use AngularInterval
Package
Description
This package provides basic geometry components on the 1-sphere.
-
Uses of AngularInterval in org.apache.commons.geometry.spherical.oned
Subclasses of AngularInterval in org.apache.commons.geometry.spherical.onedModifier and TypeClassDescriptionstatic final classClass representing an angular interval with the additional property that the region is convex.Methods in org.apache.commons.geometry.spherical.oned that return AngularIntervalModifier and TypeMethodDescriptionstatic AngularIntervalAngularInterval.of(double min, double max, org.apache.commons.numbers.core.Precision.DoubleEquivalence precision) Return an instance representing the angular interval between the given min and max azimuth values.static AngularIntervalReturn an instance representing the angular interval between the given oriented points.static AngularIntervalAngularInterval.of(Point1S min, Point1S max, org.apache.commons.numbers.core.Precision.DoubleEquivalence precision) Return an instance representing the 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 AngularIntervalModifier and TypeMethodDescriptionRegionBSPTree1S.toIntervals()Convert the region represented by this tree into a list of separateAngularIntervals, arranged in order of ascending min value.Methods in org.apache.commons.geometry.spherical.oned with parameters of type AngularIntervalModifier and TypeMethodDescriptionvoidRegionBSPTree1S.add(AngularInterval interval) Add an interval to this region.static RegionBSPTree1SRegionBSPTree1S.fromInterval(AngularInterval interval) Return a new BSP tree representing the same region as the given angular interval.