Uses of Interface
org.djutils.draw.Directed3d
Package
Description
The d1 package provides an interface and different implementations for lines.
The d0 package provides a set of interfaces and implementations of Points.
-
Uses of Directed3d in org.djutils.draw.line
Modifier and TypeClassDescriptionclass
Ray3d is a half-line; 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
Modifier and TypeClassDescriptionclass
DirectedPoint3d.java.class
A OrientedPoint3d is an immutable point with an x, y, and z coordinate, stored with double precision plus a 3d orientation.