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