Sphericity
Compare changes
+ 14
− 10
@@ -46,6 +48,7 @@ def volume(obj, **mesh_kwargs) -> float:
@@ -88,13 +91,14 @@ def area(obj, **mesh_kwargs) -> float:
@@ -126,22 +130,22 @@ def sphericity(obj, **mesh_kwargs) -> float:
Create a method to compute sphericity using a mesh based approach