package bimage

  1. Overview
  2. Docs

Point is a 2 element float tuple used to perform calculations on (x, y) coordinates

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

x pt extracts the x coordinate

val y : t -> float

y pt extracts the y coordinate