get_polygon_normal

Function get_polygon_normal 

Source
pub fn get_polygon_normal(
    polygon: &[Matrix<f32, Const<3>, Const<1>, ArrayStorage<f32, 3, 1>>],
) -> Result<Matrix<f32, Const<3>, Const<1>, ArrayStorage<f32, 3, 1>>, &'static str>