libigl / libigl-unit-tests

Unit tests for libigl
Mozilla Public License 2.0
2 stars 6 forks source link

Unit tests for ``outer_facet`` and ``is_inside`` #3

Closed qnzhou closed 7 years ago

qnzhou commented 8 years ago

Added unit tests for igl::cgal::outer_facet() and igl::cgal::is_inside().

Made CMAKE_VERBOSE_MAKEFILE an CMake option. It is off by default.

alecjacobson commented 8 years ago

I'm going to wait to merge this until after is_inside is renamed.

On Fri, Oct 2, 2015 at 4:36 PM, Qingnan Zhou notifications@github.com wrote:

Added unit tests for igl::cgal::outer_facet() and igl::cgal::is_inside().

Made CMAKE_VERBOSE_MAKEFILE an CMake option. It is off by default.

You can view, comment on, or merge this pull request online at:

https://github.com/libigl/libigl-unit-tests/pull/3 Commit Summary

  • More unit tests.
  • Refactor data out of test.
  • Added a few tests for is_inside and outer_facet.
  • Make verbose a CMake option.
  • Merge remote-tracking branch 'upstream/master'
  • Merge branch 'master' into develop
  • Minor syntax error fixed.
  • Merge remote-tracking branch 'upstream/master' into develop
  • Added CSGTree tests.
  • Updated API for order_facets_around_edges().

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/libigl/libigl-unit-tests/pull/3.