PLAYGROUND (experimental)

v2_div

Divide two vectors component-wise
v2_div(
    v1, 
    v2
) -> VECTOR (dict x,y)

Divide two vectors component-wise

Syntaxe

var v3 = v2_div(v1, v2);

Arguments

NameTypeRequiredDefaultDescription
v1yes-First vector
v2yes-Second vector