package raylib

  1. Overview
  2. Docs
type t =
  1. | Float
  2. | Vec2
  3. | Vec3
  4. | Vec4
val to_int : t -> int
val of_int : int -> t