Uses of Class
org.hipparchus.geometry.euclidean.twod.Line
-
Packages that use Line Package Description org.hipparchus.geometry.euclidean.twod This package provides basic 2D geometry components. -
-
Uses of Line in org.hipparchus.geometry.euclidean.twod
Methods in org.hipparchus.geometry.euclidean.twod that return Line Modifier and Type Method Description LineLine. copySelf()Copy the instance.LineSegment. getLine()Get the line containing the segment.LineLine. getReverse()Get the reverse of the instance.Methods in org.hipparchus.geometry.euclidean.twod with parameters of type Line Modifier and Type Method Description doubleLine. getOffset(Line line)Get the offset (oriented distance) of a parallel line.Vector2DLine. intersection(Line other)Get the intersection point of the instance and another line.booleanLine. isParallelTo(Line line)Check the instance is parallel to another line.Constructors in org.hipparchus.geometry.euclidean.twod with parameters of type Line Constructor Description Line(Line line)Copy constructor.Segment(Vector2D start, Vector2D end, Line line)Build a segment.
-