triangle_normal

Function triangle_normal 

Source
pub fn triangle_normal(a: [f32; 3], b: [f32; 3], c: [f32; 3]) -> [f32; 3]
Expand description

Compute the normal of a face made of three points: a, b, and c.