We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 218f279 commit e717b84Copy full SHA for e717b84
src/remove_unreferenced.cpp
@@ -33,6 +33,7 @@ void bind_remove_unreferenced(nb::module_ &m)
33
R"(Remove unreferenced vertices from V, updating F accordingly
34
@param[in] V #V by dim list of mesh vertex positions
35
@param[in] F #F by ss list of simplices (Values of -1 are quitely skipped)
36
+@param[out] NV #NV by dim list of simplices
37
@param[out] NF #NF by ss list of simplices
38
@param[out] I #V by 1 list of indices such that: NF = IM(F) and NT = IM(T)
39
and V(find(IM<=size(NV,1)),:) = NV
0 commit comments