Skip to main content

make_normal_from_points

Function make_normal_from_points 

Source
pub fn make_normal_from_points(point1: Vec3, point2: Vec3, point3: Vec3) -> Vec3
Expand description

Unit normal from three points. (math_internal.h: b3MakeNormalFromPoints)