package mlpost

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Mlpost.Ctypes

type matrix = Cairo.matrix = {
  1. mutable xx : float;
  2. mutable yx : float;
  3. mutable xy : float;
  4. mutable yy : float;
  5. mutable x0 : float;
  6. mutable y0 : float;
}
type point = {
  1. x : float;
  2. y : float;
}
OCaml

Innovation. Community. Security.