module Ctypes: sig .. end
sig
end
type matrix = Cairo.matrix = {
Cairo.matrix
xx : float;
float
yx : float;
xy : float;
yy : float;
x0 : float;
y0 : float;
}
type point = Cairo.point = {
Cairo.point
x : float;
y : float;