Uses of Interface
org.djutils.draw.Directed
-
Packages that use Directed Package Description org.djutils.draw The draw package contains the generic classes for device-independent drawing.org.djutils.draw.line The d1 package provides an interface and different implementations for Lines. -
-
Uses of Directed in org.djutils.draw
Classes in org.djutils.draw with type parameters of type Directed Modifier and Type Interface Description interface
Directed<D extends Directed<D>>
Directed is the interface to specify a Direction (a vector pointing in a direction without a length). -
Uses of Directed in org.djutils.draw.line
Subinterfaces of Directed in org.djutils.draw.line Modifier and Type Interface Description interface
Ray<R extends Ray<R,P,S>,P extends Point<P,S>,S extends Space>
A Ray is a half-line; it has one end point with non-infinite coordinates; the other end point is infinitely far away.Classes in org.djutils.draw.line that implement Directed Modifier and Type Class Description class
Ray2d
Ray2d is a half-line; it has one end point with non-infinite coordinates; the other end point is infinitely far away.class
Ray3d
Ray3d is a half-line; it has one end point with non-infinite coordinates; the other end point is infinitely far away.
-