home projects git about
1 2 3 4 5 6 7 8 9
#ifndef UTIL_H #define UTIL_H #include "geometry.h" double rand01(); double distance(struct point_t p1, struct point_t p2); #endif