RotationToVector: Difference between revisions
From Onset Developer Wiki
No edit summary |
mNo edit summary |
||
Line 12: | Line 12: | ||
{{FuncParam|rz|The rotation at Z axis.}} | {{FuncParam|rz|The rotation at Z axis.}} | ||
{{FuncReturnValue|Returns 3 float values, | {{FuncReturnValue|Returns 3 float values, X, Y, Z}} | ||
== Example == | == Example == |
Latest revision as of 08:56, 9 July 2021
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__