| 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 | } |
| 29 | using namespace VoxelVolumeAttributeHelper; |
| 30 |
no test coverage detected