alecjacobson / gptoolbox

Matlab toolbox for Geometry Processing.
MIT License
628 stars 166 forks source link

remove_unreferenced documentation does not accurately reflect the functionality #82

Open rarora7777 opened 5 years ago

rarora7777 commented 5 years ago

Line 14 indicates that IM for the removed vertices is set to -1. But it's actually set so that the removed vertices have a value larger than size(RV, 1). Line 15 should be changed to % and V(find(IM<=size(RV, 1)),:) = RV to describe the actually implemented functionality.