Uses of Interface
org.djutils.draw.Directed3d
Packages that use Directed3d
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 Directed3d in org.djutils.draw.line
Classes in org.djutils.draw.line that implement Directed3dModifier and TypeClassDescriptionclass
Ray3d is a half-line in 3d; it has one end point with non-infinite coordinates; the other end point is infinitely far away. -
Uses of Directed3d in org.djutils.draw.point
Classes in org.djutils.draw.point that implement Directed3dModifier and TypeClassDescriptionclass
A DirectedPoint3d is a point in 3d space that additionally carries a direction in 3d i.c. dirY (similar to tilt; measured as an angle from the positive z-direction) and dirZ (similar to pan; measured as an angle from the positive x-direction).class
A OrientedPoint3d is a point with an x, y, and z coordinate, plus a 3d orientation.