Uses of Class
org.hipparchus.geometry.euclidean.oned.Euclidean1D
Packages that use Euclidean1D
Package
Description
This package provides basic 1D geometry components.
This package provides basic 2D geometry components.
-
Uses of Euclidean1D in org.hipparchus.geometry.euclidean.oned
Methods in org.hipparchus.geometry.euclidean.oned that return Euclidean1DModifier and TypeMethodDescriptionstatic Euclidean1D
Euclidean1D.getInstance()
Get the unique instance.Methods in org.hipparchus.geometry.euclidean.oned that return types with arguments of type Euclidean1DModifier and TypeMethodDescriptionIntervalsSet.projectToBoundary
(Vector1D point) Project a point on the boundary of the region.SubOrientedPoint.split
(OrientedPoint hyperplane) Split the instance in two parts by an hyperplane.Method parameters in org.hipparchus.geometry.euclidean.oned with type arguments of type Euclidean1DModifier and TypeMethodDescriptionIntervalsSet.buildNew
(BSPTree<Euclidean1D, Vector1D, OrientedPoint, SubOrientedPoint> tree) Build a region using the instance as a prototype.protected SubOrientedPoint
SubOrientedPoint.buildNew
(OrientedPoint hyperplane, Region<Euclidean1D, Vector1D, OrientedPoint, SubOrientedPoint> remainingRegion) Build a sub-hyperplane from an hyperplane and a region.Vector1DFormat.format
(Vector<Euclidean1D, Vector1D> vector, StringBuffer toAppendTo, FieldPosition pos) Formats aVector
object to produce a string.Constructor parameters in org.hipparchus.geometry.euclidean.oned with type arguments of type Euclidean1DModifierConstructorDescriptionIntervalsSet
(BSPTree<Euclidean1D, Vector1D, OrientedPoint, SubOrientedPoint> tree, double tolerance) Build an intervals set from an inside/outside BSP tree.SubOrientedPoint
(OrientedPoint hyperplane, Region<Euclidean1D, Vector1D, OrientedPoint, SubOrientedPoint> remainingRegion) Simple constructor. -
Uses of Euclidean1D in org.hipparchus.geometry.euclidean.twod
Methods in org.hipparchus.geometry.euclidean.twod that return Euclidean1DModifier and TypeMethodDescriptionEuclidean2D.getSubSpace()
Get the n-1 dimension subspace of this space.Methods in org.hipparchus.geometry.euclidean.twod that return types with arguments of type Euclidean1DModifier and TypeMethodDescriptionstatic Transform
<Euclidean2D, Vector2D, Line, SubLine, Euclidean1D, Vector1D, OrientedPoint, SubOrientedPoint> Line.getTransform
(double cXX, double cYX, double cXY, double cYY, double cX1, double cY1) Get aTransform
embedding an affine transform.Method parameters in org.hipparchus.geometry.euclidean.twod with type arguments of type Euclidean1DModifier and TypeMethodDescriptionprotected SubLine
SubLine.buildNew
(Line hyperplane, Region<Euclidean1D, Vector1D, OrientedPoint, SubOrientedPoint> remainingRegion) Build a sub-hyperplane from an hyperplane and a region.Constructor parameters in org.hipparchus.geometry.euclidean.twod with type arguments of type Euclidean1DModifierConstructorDescriptionSubLine
(Line hyperplane, Region<Euclidean1D, Vector1D, OrientedPoint, SubOrientedPoint> remainingRegion) Simple constructor.