cross( other )
instance function
Calculate the cross product of this Vector and another.
Arguments
| Name | Type | Description |
|---|---|---|
| other | Vector | Vector to cross with self |
Returns
| Type | Description |
|---|---|
| Vector | The cross product |
instance function
Calculate the cross product of this Vector and another.
| Name | Type | Description |
|---|---|---|
| other | Vector | Vector to cross with self |
| Type | Description |
|---|---|
| Vector | The cross product |