ROTATEVECTOR

THE BOX'S MAIN HELP:
This is a transformation function which rotates the input vector, V 
by X degrees about the x-axis, Y degrees about the y-axis and
Z degrees about the z-axis.

V (input):
The vector to be rotated. The default is the surface point.

ROT (input):
This must be a vector. The default is 0, 0, 0, no rotation.
The x component is the X rotation in degrees.
The y component is the Y rotation in degrees.
The z component is the Z rotation in degrees.

OUT (output):
This is the rotated vector. This function rotates the input vector, V 
by X degrees about the x-axis, Y degrees about the y-axis and
Z degrees about the z-axis.

<-- BACK TO Vector

© Copyright 1996,1998 Cinema Graphics Inc. All Rights reserved.