Tile - YVector3 - Angle – Ylands
Jump to navigation
Jump to search
m (YlandsClassyBot moved page Ylands Tile - Vector3 angle to Ylands:Tile - YVector3 - Angle: New Structure) |
Lou Montana (talk | contribs) m (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}") |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
[[ | <!--- | ||
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. | |||
* | --> | ||
== 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}}| | {{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}} | ||
[[Category: Instructions]] | [[Category: Instructions]] | ||
Latest revision as of 14:35, 24 November 2023
Angle(A, B)
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.