RotationToVector

From Onset Developer Wiki
Revision as of 14:08, 16 November 2019 by 28days (talk | contribs)
RotationToVector

Type: Function
Context: Client
Introduced: v1.0

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__

See also