RotationToVector
From Onset Developer Wiki
Description
Converts the given rotation into XYZ vectors.
Syntax
RotationToVector(rx, ry, rz)
Parameters
- rx
The rotation at X axis. - ry
The rotation at Y axis. - rz
The rotation at Z axis.
Return Value
- Returns 3 float values, X, Y, Z
Example
__EDIT_ME__