is_tetrahedron_degenerate
is_tetrahedron_degenerate(mesh, tet) ⇒ boolean
Vertices must be unique inside a single tetrahedron, that is - no repetitions are allowed If vertices are repeated - volume will be 0 and tetrahedron will be degenerate
Kind: global function
Param | Type |
---|---|
mesh | TetrahedralMesh |
tet | number |