get_polygon_normal

Function get_polygon_normal 

Source
pub fn get_polygon_normal(
    polygon: &[Vector3<f32>],
) -> Result<Vector3<f32>, &'static str>