cross_product_f
Calculates the cross product.
Description
Calculates the cross product (x1, y1, z1) x (x2, y2, z2), storing the
result in (*xout, *yout, *zout). The cross product is perpendicular to
both of the input vectors, so it can be used to generate polygon normals.
Related Discussions
The following threads each have code containing this keyword:
Note: You can click on the numbers to jump directly to the posts that reference this page.
Related Projects
The following projects include source code containing this keyword: