RotationToVector: Difference between revisions
From Onset Developer Wiki
Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|RotationToVector(x, y, z)}} {{FuncParameters}} {{FuncParam|x|__EDIT_ME__}} {{FuncParam|y|__EDIT_ME..." |
No edit summary |
||
Line 1: | Line 1: | ||
{{Info|Function|Client|1.0}} | {{Info|Function|Client|1.0}} | ||
{{FuncDescription| | {{FuncDescription|Converts the given rotation into XYZ vectors.}} | ||
{{FuncSyntax|RotationToVector(x, y, z)}} | {{FuncSyntax|RotationToVector(x, y, z)}} | ||
{{FuncParameters}} | {{FuncParameters}} | ||
{{FuncParam|x| | {{FuncParam|x|The point at X axis.}} | ||
{{FuncParam|y| | {{FuncParam|y|The point at Y axis.}} | ||
{{FuncParam|z| | {{FuncParam|z|The point at Z axis.}} | ||
{{FuncReturnValue|__EDIT_ME__}} | {{FuncReturnValue|__EDIT_ME__}} | ||
Line 16: | Line 16: | ||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
* [[VectorToRotation]] |
Revision as of 14:08, 16 November 2019
Description
Converts the given rotation into XYZ vectors.
Syntax
RotationToVector(x, y, z)
Parameters
- x
The point at X axis. - y
The point at Y axis. - z
The point at Z axis.
Return Value
- __EDIT_ME__
Example
__EDIT_ME__