Skip to main content

vec3_face_normal

Function vec3_face_normal 

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

Newell-style face normal from three CCW positions. Shared with the cook generators’ smooth-normal pass.