Uses of Interface
org.djutils.draw.Oriented
-
Packages that use Oriented Package Description org.djutils.draw The draw package contains the generic classes for device-independent drawing.org.djutils.draw.point The d0 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 Oriented Modifier and Type Interface Description interface
Oriented<O extends Oriented<O>>
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.draw Modifier and Type Interface Description 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. -
Uses of Oriented in org.djutils.draw.point
Classes in org.djutils.draw.point that implement Oriented Modifier and Type Class Description class
OrientedPoint2d
The OrientedPoint2d is a point in a 2-dimensional space with an orientation vector, which is specified in terms of its counter-clockwise rotation around the point in radians.class
OrientedPoint3d
A OrientedPoint3d is an immutable directed point with an x, y, and z coordinate, stored with double precision.
-