Cgal kernel skeleton

This commit is contained in:
Thomas Krijnen
2017-01-16 11:53:11 +01:00
parent ad24b6be0f
commit d804575974
22 changed files with 631 additions and 0 deletions
@@ -0,0 +1,18 @@
#ifdef SHAPES
#undef SHAPES
#endif
#ifdef SHAPE
#undef SHAPE
#endif
#ifdef WIRE
#undef WIRE
#endif
#ifdef FACE
#undef FACE
#endif
#ifdef CURVE
#undef CURVE
#endif
#ifdef CLASS
#undef CLASS
#endif