Forget to return result of Logarithmic Map on Vector Heat Method
liwind opened this issue · 1 comments
liwind commented
Forget to return result of Logarithmic Map on Vector Heat Method, when point on edge.
geometry-central/src/surface/vector_heat_method.cpp
Lines 455 to 462 in 1739a2c
return resultMap;
should add before break;
(line 456) just like point on face(line 489)