Uses of Interface
org.djutils.draw.line.LineSegment
- 
Packages that use LineSegment Package Description org.djutils.draw.line The d1 package provides an interface and different implementations for lines. - 
- 
Uses of LineSegment in org.djutils.draw.line
Classes in org.djutils.draw.line with type parameters of type LineSegment Modifier and Type Interface Description interfacePolyLine<L extends PolyLine<L,P,R,LS>,P extends Point<P>,R extends Ray<R,P>,LS extends LineSegment<P,R>>PolyLine is the interface for PolyLine2d and PolyLine3d implementations.Classes in org.djutils.draw.line that implement LineSegment Modifier and Type Class Description classLineSegment2dLineSegment2d is a line segment bound by 2 end points in 2D-space.classLineSegment3dLineSegment3d is a line segment bound by 2 end points in 3D-space. 
 -