aboutsummaryrefslogtreecommitdiff
path: root/umath/intersect.h
blob: d3e24ec96174451c51483e0d379ccfabb51ecf2c (plain)
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