[][src]Function parry3d::mass_properties::details::convex_mesh_volume_and_center_of_mass_unchecked

pub fn convex_mesh_volume_and_center_of_mass_unchecked(
    vertices: &[Point<Real>],
    indices: &[[u32; 3]]
) -> (Real, Point<Real>)

Computes the volume and conter-of-mass of a mesh assumed to be convex.