#include "../inc/geometry/geometry.h"

/* Returns 1 on intersection, 0 otherwise */
int TriangleAABBIntersect(Triangle &tri, AABB &box);

