Tile - YVector3 - Rotation Angle – Ylands
Jump to navigation
Jump to search
m (YlandsClassyBot moved page Ylands Tile - Vector3 rotation angle to Ylands:Tile - YVector3 - Rotation Angle: New Structure) |
No edit summary |
||
Line 1: | Line 1: | ||
<!--- | |||
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. | |||
--> | |||
== Rotation Angle(A, B) == | |||
[[File:YlandsTile-1003.png]] | |||
<pre>static rotationAngle(rotationA: YVector3, rotationB: YVector3): number;</pre> | |||
=== Parameters === | |||
==== rotationA ==== | |||
Rotation A | |||
==== rotationB ==== | |||
Rotation B | |||
=== Returns === | |||
'''number''' | |||
=== Description === | |||
Returns the ''angle'' in degrees ''between'' two ''rotation'' vectors. | |||
Line 7: | Line 31: | ||
[[Category: Instructions]] | [[Category: Instructions]] | ||
Revision as of 08:53, 8 July 2021
Rotation Angle(A, B)
static rotationAngle(rotationA: YVector3, rotationB: YVector3): number;
Parameters
rotationA
Rotation A
rotationB
Rotation B
Returns
number
Description
Returns the angle in degrees between two rotation vectors.