Uses of Class
org.hipparchus.geometry.euclidean.oned.SubOrientedPoint
-
Packages that use SubOrientedPoint Package Description org.hipparchus.geometry.euclidean.oned This package provides basic 1D geometry components.org.hipparchus.geometry.euclidean.twod This package provides basic 2D geometry components. -
-
Uses of SubOrientedPoint in org.hipparchus.geometry.euclidean.oned
Methods in org.hipparchus.geometry.euclidean.oned that return SubOrientedPoint Modifier and Type Method Description protected SubOrientedPoint
SubOrientedPoint. buildNew(OrientedPoint hyperplane, Region<Euclidean1D,Vector1D,OrientedPoint,SubOrientedPoint> remainingRegion)
Build a sub-hyperplane from an hyperplane and a region.SubOrientedPoint
OrientedPoint. emptyHyperplane()
Build a sub-hyperplane covering nothing.SubOrientedPoint
OrientedPoint. wholeHyperplane()
Build a region covering the whole hyperplane.Methods in org.hipparchus.geometry.euclidean.oned that return types with arguments of type SubOrientedPoint Modifier and Type Method Description SubHyperplane.SplitSubHyperplane<Euclidean1D,Vector1D,OrientedPoint,SubOrientedPoint>
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 SubOrientedPoint Modifier and Type Method Description IntervalsSet
IntervalsSet. 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.Constructor parameters in org.hipparchus.geometry.euclidean.oned with type arguments of type SubOrientedPoint Constructor Description IntervalsSet(Collection<SubOrientedPoint> boundary, double tolerance)
Build an intervals set from a Boundary REPresentation (B-rep).IntervalsSet(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 SubOrientedPoint in org.hipparchus.geometry.euclidean.twod
Methods in org.hipparchus.geometry.euclidean.twod that return types with arguments of type SubOrientedPoint Modifier and Type Method Description static 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 SubOrientedPoint Modifier and Type Method Description protected 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 SubOrientedPoint Constructor Description SubLine(Line hyperplane, Region<Euclidean1D,Vector1D,OrientedPoint,SubOrientedPoint> remainingRegion)
Simple constructor.
-