module Size2:sig
..end
typet =
Gg.size2
val dim : int
val v : float -> float -> Gg.size2
v w h
is a size of width w
and height h
.val w : Gg.size2 -> float
w s
is the width of s
.val h : Gg.size2 -> float
h s
is the height of s
.val zero : Gg.size2
zero
is the zero size, zero width and height.val unit : Gg.size2
unit
is the unit size, one width and height.