Tile - YVector3 - Dot – Ylands
Jump to navigation
Jump to search
m (YlandsClassyBot moved page Ylands Tile - Vector3 dot to Ylands:Tile - YVector3 - Dot: New Structure) |
No edit summary |
||
Line 1: | Line 1: | ||
[[ | <!--- | ||
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. | |||
--> | |||
== Dot(A, B) == | |||
[[File:YlandsTile-149.png]] | |||
<pre>static dot(a: YVector3, b: YVector3): number;</pre> | |||
=== Parameters === | |||
==== a ==== | |||
Vector A | |||
==== b ==== | |||
Vector B | |||
=== Returns === | |||
'''number''' Number | |||
=== Description === | |||
Returns '''dot product''' of two '''vectors'''. | |||
Line 8: | Line 31: | ||
[[Category: Instructions]] | [[Category: Instructions]] | ||
Revision as of 08:53, 8 July 2021
Dot(A, B)
static dot(a: YVector3, b: YVector3): number;
Parameters
a
Vector A
b
Vector B
Returns
number Number
Description
Returns dot product of two vectors.