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
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
v1 | yes | - | First vector | |
v2 | yes | - | Second vector |
v2_dot(
v1,
v2
) -> NUMBER
Dot product of two vectors
var dot = v2_dot(v1, v2);
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
v1 | yes | - | First vector | |
v2 | yes | - | Second vector |