1 2 3 4 5 6 7 8
#ifndef MATH_UTIL_H #define MATH_UTIL_H #include "vector.h" extern float baryCentric(Vec3 *p1, Vec3 *p2, Vec3 *p3, Vec2 *pos); #endif // MATH_UTIL_H