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

Function assert_faces_are_valid

tools/Wires/Misc/BoundaryRemesher.cpp:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 }
55
56 void assert_faces_are_valid(const MatrixIr& faces) {
57 assert((faces.col(0).array() != faces.col(1).array()).all());
58 assert((faces.col(1).array() != faces.col(2).array()).all());
59 assert((faces.col(2).array() != faces.col(1).array()).all());
60 }
61
62 void save_mesh(const std::string& filename,
63 const MatrixFr& vertices, const MatrixIr& faces) {

Callers 3

BoundaryRemesherMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected