Module Bimage.Point

type t = float * float
val x : t -> float

x pt extracts the x coordinate

val y : t -> float

y pt extracts the y coordinate