Uses of Class
org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet
Packages that use IntervalsSet
Package
Description
This package provides basic 1D geometry components.
This package provides basic 3D geometry components.
This package provides basic 2D geometry components.
-
Uses of IntervalsSet in org.apache.commons.math3.geometry.euclidean.oned
Methods in org.apache.commons.math3.geometry.euclidean.oned that return IntervalsSetModifier and TypeMethodDescriptionIntervalsSet.buildNew
(BSPTree<Euclidean1D> tree) Build a region using the instance as a prototype.OrientedPoint.wholeSpace()
Build a region covering the whole space. -
Uses of IntervalsSet in org.apache.commons.math3.geometry.euclidean.threed
Fields in org.apache.commons.math3.geometry.euclidean.threed declared as IntervalsSetModifier and TypeFieldDescriptionprivate final IntervalsSet
SubLine.remainingRegion
Remaining region of the hyperplane.Methods in org.apache.commons.math3.geometry.euclidean.threed that return IntervalsSetModifier and TypeMethodDescriptionprivate static IntervalsSet
SubLine.buildIntervalSet
(Vector3D start, Vector3D end, double tolerance) Build an interval set from two points.Constructors in org.apache.commons.math3.geometry.euclidean.threed with parameters of type IntervalsSetModifierConstructorDescriptionSubLine
(Line line, IntervalsSet remainingRegion) Simple constructor. -
Uses of IntervalsSet in org.apache.commons.math3.geometry.euclidean.twod
Methods in org.apache.commons.math3.geometry.euclidean.twod that return IntervalsSetModifier and TypeMethodDescriptionprivate static IntervalsSet
SubLine.buildIntervalSet
(Vector2D start, Vector2D end, double tolerance) Build an interval set from two points.