sig type point = int * int val ccw : Delaunay.CCC.point -> Delaunay.CCC.point -> Delaunay.CCC.point -> bool val in_circle : Delaunay.CCC.point -> Delaunay.CCC.point -> Delaunay.CCC.point -> Delaunay.CCC.point -> bool end