Function
Vector.Dot
Returns the dot product between this vector and another vector
Syntax
my_vector:Dot(other)
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
other
|
Vector | — | The vector to dot with |
Returns
- number the dot product