#ifndef UTIL_H #define UTIL_H #include "geometry.h" double rand01(); double distance(struct point_t p1, struct point_t p2); #endif