sig
  type t = {
    y : int;
    radius : int;
    base_angle : float;
    angle : float;
    momentum : float;
  }
  val of_ptr : Evas.ptr -> Elm.Gesture_rotate_info.t
end