pub fn is_point_inside_triangle( p: &Matrix<f32, Const<3>, Const<1>, ArrayStorage<f32, 3, 1>>, vertices: &[Matrix<f32, Const<3>, Const<1>, ArrayStorage<f32, 3, 1>>; 3], ) -> bool