igl_inline.h 207 B

1234567
  1. // This should *NOT* be contained in a IGL_*_H ifdef, since it may be defined
  2. // differently based on when it is included
  3. #ifdef IGL_HEADER_ONLY
  4. # define IGL_INLINE inline
  5. #else
  6. # define IGL_INLINE
  7. #endif