VectorToRotation: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|VectorToRotation(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|__EDIT_ME__}}
{{FuncDescription|Converts the XYZ vectors into rotation.}}


{{FuncSyntax|VectorToRotation(x, y, z)}}
{{FuncSyntax|VectorToRotation(x, y, z)}}


{{FuncParameters}}
{{FuncParameters}}
{{FuncParam|x|__EDIT_ME__}}
{{FuncParam|x|The point at X axis.}}
{{FuncParam|y|__EDIT_ME__}}
{{FuncParam|y|The point at Y axis.}}
{{FuncParam|z|__EDIT_ME__}}
{{FuncParam|z|The point at Z axis.}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|__EDIT_ME__}}
Line 16: Line 16:


{{RelatedFunctions}}
{{RelatedFunctions}}
__EDIT_ME__
* [[RotationToVector]]

Revision as of 14:08, 16 November 2019

VectorToRotation

Type: Function
Context: Client
Introduced: v1.0

Description

Converts the XYZ vectors into rotation.

Syntax

VectorToRotation(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__

See also