Skip to main content

triangle_normal

Function triangle_normal 

Source
pub fn triangle_normal(v0: [f64; 3], v1: [f64; 3], v2: [f64; 3]) -> [f64; 3]
Expand description

Compute the normal of a triangle (not normalised).