Tile - YQuaternion - From Euler Angles – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "<!--- THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. --> == From Euler Angles(Euler angles) == <pre>static...")
 
No edit summary
Line 12: Line 12:


'''YQuaternion'''
'''YQuaternion'''
=== Availability ===
[[Ylands:Tile Availability - Server|Server]], [[Ylands:Tile Availability - Custom Controller|Custom Controller]]


== From Euler Angles(X, Y, Z) ==
== From Euler Angles(X, Y, Z) ==
Line 27: Line 31:


'''YQuaternion'''
'''YQuaternion'''
=== Availability ===
[[Ylands:Tile Availability - Server|Server]], [[Ylands:Tile Availability - Custom Controller|Custom Controller]]





Revision as of 12:17, 12 November 2021

From Euler Angles(Euler angles)

static euler(angles: YVector3): YQuaternion;

Parameters

angles

Returns

YQuaternion

Availability

Server, Custom Controller

From Euler Angles(X, Y, Z)

static euler(x: number, y: number, z: number): YQuaternion;

Parameters

x

y

z

Returns

YQuaternion

Availability

Server, Custom Controller