Tile - YVector3 - Angle – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
m (YlandsClassyBot moved page Ylands Tile - Vector3 angle to Ylands:Tile - YVector3 - Angle: New Structure)
No edit summary
Line 1: Line 1:
[[Image:Ylands_Tile_-_Vector3_angle.png]]
<!---
*Returns the '''angle''' between two [[Ylands Tile - Vector3 literal|'''vectors''']] '''A''' and '''B'''.
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE.
*The angle '''returned''' is the '''smaller''' of the two '''possible''' angles between the two vectors is used. The result is never greater than '''180 degrees'''.
-->
== Angle(A, B) ==
 
[[File:YlandsTile-146.png]]
 
<pre>static angle(a: YVector3, b: YVector3): number;</pre>
=== Parameters ===
 
==== a ====
 
==== b ====
 
=== Returns ===
 
'''number'''
 
=== Description ===
 
Returns '''angle''' between two '''vectors'''.
 
=== Notes ===
 
* Returned angle is the '''smaller''' of the two '''possible'''angles between used vectors. The result is never greater than '''180 degrees'''.




Line 9: Line 31:


[[Category: Instructions]]
[[Category: Instructions]]
[[Category: Ylands 0.10]]

Revision as of 09:53, 8 July 2021