Uses of Interface
org.djutils.draw.Directed2d
Packages that use Directed2d
Package
Description
The line package provides an interface and different implementations for lines.
The djutils-draw point package provides a set of interfaces and implementations of Points.
-
Uses of Directed2d in org.djutils.draw.line
Classes in org.djutils.draw.line that implement Directed2dModifier and TypeClassDescriptionclass
Ray2d is a half-line in 2d; it has one end point with finite coordinates; the other end point is infinitely far away. -
Uses of Directed2d in org.djutils.draw.point
Classes in org.djutils.draw.point that implement Directed2dModifier and TypeClassDescriptionclass
A DirectedPoint2d is a Point2d that additionally carries a direction in 2d-space (dirZ).