Module Mlpost__.Ctypes

type matrix = Cairo.matrix = {
mutable xx : float;
mutable yx : float;
mutable xy : float;
mutable yy : float;
mutable x0 : float;
mutable y0 : float;
}
type point = {
x : float;
y : float;
}