pub fn mesh_compactness(mesh: &SimpleMesh) -> f64Expand description
Compactness ratio: 36π V² / A³ (= 1 for a sphere, < 1 otherwise).
Returns 0.0 if area is effectively zero.
pub fn mesh_compactness(mesh: &SimpleMesh) -> f64Compactness ratio: 36π V² / A³ (= 1 for a sphere, < 1 otherwise).
Returns 0.0 if area is effectively zero.