Module Wlc.Geometry.Origin

module Origin: sig .. end

type t = {
   x : int;
   y : int;
}
val zero : t
val min : t -> t -> t
val max : t -> t -> t