Login

Fancade Wiki

Added end line for the formula.

... ...
@@ -7,8 +7,8 @@ The Cross Product calculates the cross product of the two input vectors, and out
7 7
The Cross Product is a way of multiplying two vectors together.
8 8
We can calculate the Cross Product of two vectors this way, let's say that the cross product of A and B is vector C:
9 9
10
Cx = Ay × Bx - Az × By
11
Cy = Az × Bx - Ax × Bz
10
Cx = Ay × Bx - Az × By\
11
Cy = Az × Bx - Ax × Bz\
12 12
Cz = Ax × By - Ay × Bx
13 13
14 14
It outputs the vector that is perpendicular to both input vectors (or the plane spanned by those two vectors).
Fancade Wiki