Uses of Class
org.hipparchus.geometry.euclidean.twod.Line
Package
Description
This package provides basic 2D geometry components.
-
Uses of Line in org.hipparchus.geometry.euclidean.twod
Modifier and TypeMethodDescriptionLine.copySelf()
Copy the instance.Segment.getLine()
Get the line containing the segment.Line.getReverse()
Get the reverse of the instance.Modifier and TypeMethodDescriptiondouble
Get the offset (oriented distance) of a parallel line.Line.intersection
(Line other) Get the intersection point of the instance and another line.boolean
Line.isParallelTo
(Line line) Check the instance is parallel to another line.