What is vector1.x * vector2.y - vector2.x * vector1.y?

158 Views Asked by At

I'm trying to find and so far cant find what is

vector1.x * vector2.y - vector2.x * vector1.y

When I'm googling most results is about vector multiplication, but in the articles I haven't found this formula yet.

1

There are 1 best solutions below

0
On BEST ANSWER

This is the $z$-component of the cross product of the two vectors.