Uses of Interface
org.djutils.draw.Oriented
Packages that use Oriented
Package
Description
The draw package contains the generic classes for device-independent drawing.
The djutils-draw point package provides a set of interfaces and implementations of Points.
-
Uses of Oriented in org.djutils.draw
Classes in org.djutils.draw with type parameters of type OrientedModifier 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.Subinterfaces of Oriented in org.djutils.drawModifier 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
Classes in org.djutils.draw.point that implement OrientedModifier and TypeClassDescriptionclass
A OrientedPoint3d is a point with an x, y, and z coordinate, plus a 3d orientation.