Uses of Interface
org.djutils.draw.line.LineSegment
Packages that use LineSegment
Package
Description
The line 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 LineSegmentModifier and TypeInterfaceDescriptioninterface
PolyLine<L extends PolyLine<L,
P, R, D, LS>, P extends Point<P>, R extends Ray<R, D, P>, D extends Directed<D>, LS extends LineSegment<P, D>> PolyLine is the interface for PolyLine2d and PolyLine3d implementations.Classes in org.djutils.draw.line that implement LineSegmentModifier and TypeClassDescriptionclass
LineSegment2d is a line segment bound by 2 end points in 2D-space.class
LineSegment3d is a line segment bound by 2 end points in 3D-space.Methods in org.djutils.draw.line that return LineSegmentModifier and TypeMethodDescriptionLineSegment.reverse()
Construct a new LineSegment with the points of this LineSegment in reverse order.