Uses of Class
org.hipparchus.geometry.euclidean.twod.SubLine
-
Packages that use SubLine Package Description org.hipparchus.geometry.euclidean.twod This package provides basic 2D geometry components. -
-
Uses of SubLine in org.hipparchus.geometry.euclidean.twod
Methods in org.hipparchus.geometry.euclidean.twod that return SubLine Modifier and Type Method Description SubLineLine. emptyHyperplane()Build a sub-hyperplane covering nothing.SubLineLine. wholeHyperplane()Build a sub-hyperplane covering the whole hyperplane.Methods in org.hipparchus.geometry.euclidean.twod with parameters of type SubLine Modifier and Type Method Description Vector2DSubLine. intersection(SubLine subLine, boolean includeEndPoints)Get the intersection of the instance and another sub-line.
-