Uses of Interface
org.djutils.draw.Directed
Package
Description
The draw package contains the generic classes for device-independent drawing.
The d1 package provides an interface and different implementations for lines.
The d0 package provides a set of interfaces and implementations of Points.
-
Uses of Directed in org.djutils.draw
Modifier and TypeInterfaceDescriptioninterface
Directed is the interface to specify a Direction (a vector pointing in a direction without a length).interface
Directed2d<D extends Directed<D>>
Directed2d.java.interface
Directed3d<D extends Directed<D>>
Directed3d.java.Modifier and TypeInterfaceDescriptioninterface
Directed2d<D extends Directed<D>>
Directed2d.java.interface
Directed3d<D extends Directed<D>>
Directed3d.java. -
Uses of Directed in org.djutils.draw.line
Modifier and TypeInterfaceDescriptioninterface
LineSegment<P extends Point<P>,
D extends Directed<D>> LineSegment is the interface for a line segment bound by 2 end points.interface
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.interface
A Ray is a half-line; it has one end point with non-infinite coordinates; the other end point is infinitely far away. -
Uses of Directed in org.djutils.draw.point
Modifier and TypeClassDescriptionclass
DirectedPoint2d.java.class
DirectedPoint3d.java.class
A OrientedPoint3d is an immutable point with an x, y, and z coordinate, stored with double precision plus a 3d orientation.