Alec Jacobson
Alec Jacobson
This `&& false` somehow appeared... I don't know/recall the origin of it. Current thinking is that it was debris from debugging that got accidentally committed. #### Check all that apply...
Would it be possible to expose the "preprocessing" stage that remeshes the input (collapsing small triangles etc.) to the command line user? This could be very useful in other contexts,...
Add the missing wrapper for `igl::fit_cubic_bezier` The libigl function hard codes MatrixXd and doubles. So for now this needs to copy AFAIK, Eigen's ND array support is still unstable, hence...
For igl functions like `igl::readDMAT`, the python bindings use a different format `igl.read_dmat`. Probably, the igl functions should be using lower_case_format, but until then perhaps it's better to maintain that...
I'm trying to understand a compiler error and I think it's related to this choice: https://github.com/libigl/libigl-python-bindings/blob/6bf30bcc3fc34c148da0bb9f029e181bf10f4d82/src/unproject_on_line.cpp#L72 How come `double(t)` is needed here rather than just `t` ?
Fixes at least one of the bugs causing https://github.com/libigl/libigl-python-bindings/issues/106
This is a work in progress that for now shows a proof of concept of adding igl::copyleft::cgal::convex_hull to the python bindings. This PR might get fleshed out with all the...
For example ``` const char *ds_min_quad_with_fixed = R"igl_Qu8mg5v7( ```
right now, `-j2` is hard-coded.