PLAYGROUND (experimental)

v2_dot

Dot product of two vectors
v2_dot(
    v1, 
    v2
) -> NUMBER

Dot product of two vectors

Syntaxe

var dot = v2_dot(v1, v2);

Arguments

NameTypeRequiredDefaultDescription
v1yes-First vector
v2yes-Second vector