Uses of Class
org.apache.commons.math3.geometry.spherical.oned.ArcsSet
Packages that use ArcsSet
Package
Description
This package provides basic geometry components on the 1-sphere.
-
Uses of ArcsSet in org.apache.commons.math3.geometry.spherical.oned
Fields in org.apache.commons.math3.geometry.spherical.oned declared as ArcsSetModifier and TypeFieldDescriptionprivate final ArcsSet
ArcsSet.Split.minus
Part of the arcs set on the minus side of the splitting arc.private final ArcsSet
ArcsSet.Split.plus
Part of the arcs set on the plus side of the splitting arc.Methods in org.apache.commons.math3.geometry.spherical.oned that return ArcsSetModifier and TypeMethodDescriptionBuild a region using the instance as a prototype.private ArcsSet
ArcsSet.createSplitPart
(List<Double> limits) Create a split part.ArcsSet.Split.getMinus()
Get the part of the arcs set on the minus side of the splitting arc.ArcsSet.Split.getPlus()
Get the part of the arcs set on the plus side of the splitting arc.LimitAngle.wholeSpace()
Build a region covering the whole space.Constructors in org.apache.commons.math3.geometry.spherical.oned with parameters of type ArcsSet