Uses of Class
org.djutils.draw.line.LineSegment2d
-
Packages that use LineSegment2d Package Description org.djutils.draw.line The d1 package provides an interface and different implementations for lines.org.djutils.draw.point The d0 package provides a set of interfaces and implementations of Points. -
-
Uses of LineSegment2d in org.djutils.draw.line
Methods in org.djutils.draw.line that return LineSegment2d Modifier and Type Method Description LineSegment2d
Polygon2d. getSegment(int index)
Extract one LineSegment of this PolyLine, or Polygon.LineSegment2d
PolyLine2d. getSegment(int index)
Extract one LineSegment of this PolyLine, or Polygon.LineSegment2d
LineSegment3d. project()
Project the object onto the z=0 plane.LineSegment2d
LineSegment2d. reverse()
Construct a new LineSegment with the points of this LineSegment in reverse order. -
Uses of LineSegment2d in org.djutils.draw.point
Methods in org.djutils.draw.point with parameters of type LineSegment2d Modifier and Type Method Description static Point2d
Point2d. intersectionOfLineSegments(LineSegment2d segment1, LineSegment2d segment2)
Compute the 2D intersection of two line segments.
-