1 2 3 4 5 6 7
#ifndef INTERSECT_H #define INTERSECT_H // rect is [a, b] = [pos, size] int pt_rect (float p[], float a[], float b[]); #endif