Vector3:Cross(vec2)
Version added: before 9.5
Arguments:
Name | Type | Description | Default | Ver |
vec2 | Vector3 | A Vector3 object | < 9.5 |
Return value:
Vector3 a new vector that is the cross product of the calling vector and the passed in argument
Computes the cross product of this vector and a second one.
<< Back to Vector3