#ifndef IGL_SELFINTERSECT_H #define IGL_SELFINTERSECT_H #include #include // IGL LIB includes // Use header only so that asserts get guarded. #ifdef MEX //# define IGL_HEADER_ONLY # include # include # undef assert # define assert( isOK ) ( (isOK) ? (void)0 : (void) mexErrMsgTxt(C_STR(__FILE__<<":"<<__LINE__<<": failed assertion `"<<#isOK<<"'"<