Tile - YVector3 - Rotation Towards – Ylands
Jump to navigation
Jump to search
m (YlandsClassyBot moved page Ylands Tile - Vector3 rotation towards to Ylands:Tile - YVector3 - Rotation Towards: 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 Towards(A, B, Max degrees) == | |||
[[File:YlandsTile-1002.png]] | |||
<pre>static rotationTowards(rotationA: YVector3, rotationB: YVector3, maxDegrees: number): YVector3;</pre> | |||
=== Parameters === | |||
==== rotationA ==== | |||
Rotation A | |||
==== rotationB ==== | |||
Rotation B | |||
==== maxDegrees ==== | |||
Angular step | |||
=== Returns === | |||
'''YVector3''' | |||
=== Description === | |||
'''Transforms''' rotation '''vector A''' towards '''vector B''' by provided '''angle step'''. | |||
Line 7: | Line 35: | ||
[[Category: Instructions]] | [[Category: Instructions]] | ||
Revision as of 08:53, 8 July 2021
Rotation Towards(A, B, Max degrees)
static rotationTowards(rotationA: YVector3, rotationB: YVector3, maxDegrees: number): YVector3;
Parameters
rotationA
Rotation A
rotationB
Rotation B
maxDegrees
Angular step
Returns
YVector3
Description
Transforms rotation vector A towards vector B by provided angle step.