Vector2:Cross(vec2)

Version added: 11.1
Computes the cross product of this vector and a second one

Arguments:

Name Type Description Default Ver
vec2 Vector2 A Vector2 object 11.1

Return value:

Vector3 A new Vector3 that is the cross product of the calling vector and the passed in argument
<< Back to Vector2