Tile - YVector3 - Angle – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Ylands editor navbox}}" to "{{Navbox/Ylands}}")
m (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}")
 
(3 intermediate revisions by one other user not shown)
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 ====
 
Vector A
 
==== b ====
 
Vector B
 
=== Returns ===
 
'''number'''
 
=== Availability ===
 
[[Ylands:Tile Availability - Client|Client]], [[Ylands:Tile Availability - Server|Server]], [[Ylands:Tile Availability - Custom Controller|Custom Controller]]
 
=== 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'''.




----
----
{{Navbox/Ylands}}
{{Navbox/Ylands}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}


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

Latest revision as of 15:35, 24 November 2023

Angle(A, B)

YlandsTile-146.png

static angle(a: YVector3, b: YVector3): number;

Parameters

a

Vector A

b

Vector B

Returns

number

Availability

Client, Server, Custom Controller

Description

Returns angle between two vectors.

Notes

  • Returned angle is the smaller of the two possibleangles between used vectors. The result is never greater than 180 degrees.