Module Evas.Coord_precision_point

module Coord_precision_point: sig .. end

type t = {
   x : int;
   y : int;
   xsub : float;
   ysub : float;
}