Bimage.Point
type t = float * float
val x : t -> float
x pt extracts the x coordinate
x pt
val y : t -> float
y pt extracts the y coordinate
y pt