Class CoordinateSystemDirection
core.Updatable --+
|
CoordinateSystemAbstractDirection --+
|
CoordinateSystemDirection
Basic implementation of a non-parameterizable direction for use with
CoordinateSystem objects.
|
|
Class Hierarchy for CoordinateSystemDirection
|
constructor CoordinateSystemDirection(rotations):
constructor CoordinateSystemDirection(iX, iY, iZ):
-
iX - Value of x. (double)
-
iY - Value of y. (double)
-
iZ - Value of z. (double)
|
Vector3dNone
|
rotations
The rotations of the coordianate system.
|