package bimage

  1. Overview
  2. Docs

Module Bimage.PointSource

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

Sourcetype t = float * float
Sourceval x : t -> float

x pt extracts the x coordinate

Sourceval y : t -> float

y pt extracts the y coordinate

OCaml

Innovation. Community. Security.