pub fn trimesh_area_and_center_of_mass( vertices: &[Point<f32>], indices: &[[u32; 3]], ) -> (f32, Point<f32>)
Computes the area and center-of-mass of a triangle-mesh.