Calculates the normal vector of a triangle defined by three points.
The first point of the triangle (3 elements).
The second point of the triangle (3 elements).
The third point of the triangle (3 elements).
The destination vector to store the result (optional).
The normal vector of the triangle.
Calculates the normal vector of a triangle defined by three points.