Uses of Interface
org.djutils.draw.line.Ray
Package
Description
The d1 package provides an interface and different implementations for lines.
-
Uses of Ray in org.djutils.draw.line
Modifier 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.interface
A Ray is a half-line; it has one end point with non-infinite coordinates; the other end point is infinitely far away.