Package org.hipparchus.geometry.euclidean.oned
This package provides basic 1D geometry components.
-
Class Summary Class Description Euclidean1D This class implements a one-dimensional space.Interval This class represents a 1D interval.IntervalsSet This class represents a 1D region: a set of intervals.OrientedPoint This class represents a 1D oriented hyperplane.SubOrientedPoint This class represents sub-hyperplane forOrientedPoint
.Vector1D This class represents a 1D vector.Vector1DFormat Formats a 1D vector in components list format "{x}". -
Exception Summary Exception Description Euclidean1D.NoSubSpaceException Specialized exception for inexistent sub-space.