Uses of Package
org.djutils.draw.line

Packages that use org.djutils.draw.line
Package
Description
The draw package contains the generic classes for device-independent drawing.
Continuous lines are (mathematically) defined curves that:
have no gaps
have a start point
have an end point
have a defined direction at the start point
have a defined direction at the end point
may have knots along the way.
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.
The d1 package provides an interface and different implementations for Volumes.