Uses of Class
org.djutils.draw.line.LineSegment3d
-
Packages that use LineSegment3d Package Description org.djutils.draw.line The d1 package provides an interface and different implementations for lines. -
-
Uses of LineSegment3d in org.djutils.draw.line
Methods in org.djutils.draw.line that return LineSegment3d Modifier and Type Method Description LineSegment3d
Polygon3d. getSegment(int index)
Extract one LineSegment of this PolyLine, or Polygon.LineSegment3d
PolyLine3d. getSegment(int index)
Extract one LineSegment of this PolyLine, or Polygon.LineSegment3d
LineSegment3d. reverse()
Construct a new LineSegment with the points of this LineSegment in reverse order.
-