PLAYGROUND (experimental)

v2_dot

v2_dot(v1, v2) -> NUMBER

Dot product of two vectors

Syntaxe

var dot = v2_dot(v1, v2);

Arguments

NameRequiredDefaultDescription
v1yes-First vector
v2yes-Second vector