MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / compute_abs_tet_volume

Function compute_abs_tet_volume

src/Attributes/VoxelVolumeAttribute.cpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 }
22
23 Float compute_abs_tet_volume(
24 const Vector3F& v0, const Vector3F& v1,
25 const Vector3F& v2, const Vector3F& v3) {
26 return fabs(compute_signed_tet_volume(v0, v1, v2, v3));
27 }
28}
29using namespace VoxelVolumeAttributeHelper;
30

Callers 1

Calls 1

Tested by

no test coverage detected