Tile - YVector3 - Rotation Towards – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
{{Wiki|stub}}
<!---
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]]
[[Category: Ylands 1.3]]

Revision as of 09:53, 8 July 2021

Rotation Towards(A, B, Max degrees)

YlandsTile-1002.png

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.