Uses of Class
org.hipparchus.geometry.euclidean.twod.SubLine
Package
Description
This package provides basic 2D geometry components.
-
Uses of SubLine in org.hipparchus.geometry.euclidean.twod
Modifier and TypeMethodDescriptionLine.emptyHyperplane()
Build a sub-hyperplane covering nothing.Line.wholeHyperplane()
Build a sub-hyperplane covering the whole hyperplane.Modifier and TypeMethodDescriptionSubLine.intersection
(SubLine subLine, boolean includeEndPoints) Get the intersection of the instance and another sub-line.