Tile - YVector3 - Rotation Towards – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
(One intermediate revision by the same user not shown)
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'''
 
=== Availability ===
 
[[Ylands:Tile Availability - Client|Client]], [[Ylands:Tile Availability - Server|Server]], [[Ylands:Tile Availability - Custom Controller|Custom Controller]]
 
=== Description ===
 
'''Transforms''' rotation '''vector A''' towards '''vector B''' by provided '''angle step'''.




Line 7: Line 39:


[[Category: Instructions]]
[[Category: Instructions]]
[[Category: Ylands 1.3]]

Revision as of 12:17, 12 November 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

Availability

Client, Server, Custom Controller

Description

Transforms rotation vector A towards vector B by provided angle step.