Module Beloch.Geom
Exact constructible-real plane geometry. A line a*x + b*y = c with a,b,c in Num (the v0.3 constructible reals; rational on the fast-path).
val in_unit_square : point -> boolval in_convex_polygon : point array -> point -> boolval convex_overlap : point array -> point array -> boolval line_cuts_polygon : line -> point array -> bool