Calculate the face normal of a triangle, given the position of its corners, in counter-clockwise order.
The first corner's position.
The second corner's position.
The third corner's position.
The vector to store the output in. If not provided, then a temporary SHARED vec3 is used, which is not safe to store.
Generated using TypeDoc
Calculate the face normal of a triangle, given the position of its corners, in counter-clockwise order.