Uses of Interface
org.djutils.draw.Oriented
Package
Description
The draw package contains the generic classes for device-independent drawing.
The d0 package provides a set of interfaces and implementations of Points.
-
Uses of Oriented in org.djutils.draw
Modifier and TypeInterfaceDescriptioninterface
Oriented is an interface to indicate an object has a direction.interface
Oriented2d<O extends Oriented<O>>
Oriented2d is an interface to indicate an object has a direction in two dimensions.interface
Oriented3d<O extends Oriented<O>>
Oriented3d is an interface to indicate an object has a direction in three dimensions.Modifier and TypeInterfaceDescriptioninterface
Oriented2d<O extends Oriented<O>>
Oriented2d is an interface to indicate an object has a direction in two dimensions.interface
Oriented3d<O extends Oriented<O>>
Oriented3d is an interface to indicate an object has a direction in three dimensions. -
Uses of Oriented in org.djutils.draw.point
Modifier and TypeClassDescriptionclass
A OrientedPoint3d is an immutable point with an x, y, and z coordinate, stored with double precision plus a 3d orientation.