fix(VertexNormal): weight polygon vertex normal by vertex angles#1288
fix(VertexNormal): weight polygon vertex normal by vertex angles#1288MoulardM wants to merge 3 commits into
Conversation
Cpp-Linter Report
|
| normal = normal + p_normal.value(); | ||
| const auto local_id = | ||
| this->vertex_in_polygon( polygon_id, vertex_id ); | ||
| const auto polygon_vertex = |
There was a problem hiding this comment.
polygon c'est un polygon vertex qui qui la même chose que ça
No description provided.