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. -
-
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)
Return one segment of this PolyLine, or Polygon.LineSegment2d
PolyLine2d. getSegment(int index)
Return one segment of this PolyLine, or Polygon.LineSegment2d
LineSegment3d. project()
Project the object onto the z=0 plane.
-