file: jobg.t package: muf status: alpha
The crossProduct
function accepts two length-3
32-bit float vectors, and returns their cross product.
The cross product is a vector with direction perpendicular to both of the input vectors, and with magnitude equal to the area of the parallelogram defined by the two input vectors.
Go to the first, previous, next, last section, table of contents.