alecjacobson / geometry-processing-introduction

Introductory assignment for Geometry Processing course
Mozilla Public License 2.0
116 stars 131 forks source link

is igl::unique_rows blacklisted? #66

Closed sgsellan closed 4 years ago

sgsellan commented 4 years ago

Just wondering if we can use this function from the libigl library in our edges.cpp

alecjacobson commented 4 years ago

Thanks for checking. You can use anything in libigl that's not explicitly listed in the blacklist for the assignment. (so, yes)