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

Method getBoundaryNodeNormal

tools/Assembler/Mesh/TriangleMesh.cpp:141–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141VectorF TriangleMesh::getBoundaryNodeNormal(size_t bvi) const {
142 assert(bvi < getNbrBoundaryNodes());
143 return m_boundary_vertex_normals.row(bvi);
144}
145
146VectorI TriangleMesh::getBoundaryNodeAdjacentBoundaryFaces(size_t bvi) const {
147 assert(bvi < getNbrBoundaryNodes());

Callers 3

getBoundaryBlurMatrixMethod · 0.45
check_normalsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected