VectorToRotation

From Onset Developer Wiki
Revision as of 14:08, 16 November 2019 by 28days (talk | contribs)
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