aboutsummaryrefslogtreecommitdiff
path: root/09-september/tomcat/math/math_util.h
blob: 5582dc71758d2fbbdcd2a1ec182d63062a357c83 (plain)
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