summaryrefslogtreecommitdiff
path: root/experimental/tectonics/util.h
blob: 762229bf42821c2ed7e77129559106709fbc86b0 (plain)
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