package raylib

  1. Overview
  2. Docs
OCaml bindings for raylib

Install

dune-project
 Dependency

Authors

Maintainers

Sources

raylib-1.6.0.tbz
sha256=c11eb4adbd5823e88da7081e08cfc5a3bb6e8eff742d1238833ebacff5f6ba43
sha512=4b8131b267517f30bc7986ebfff756d4bcf193c11e52d9547a7796e36acf1c050d7c8d1e53d4a1baacf15a265c1764375f00e3c5ad19e4973175bbfb261bc1bd

doc/raylib/Raylib/BoundingBox/index.html

Module Raylib.BoundingBoxSource

Sourcetype t'
Sourcetype t = t' ctyp
Sourceval t : t Ctypes.typ
Sourceval create : Vector3.t -> Vector3.t -> t

create min max

Sourceval min : t -> Vector3.t

Minimum vertex box-corner

Sourceval max : t -> Vector3.t

Maximum vertex box-corner

Sourceval set_min : t -> Vector3.t -> unit
Sourceval set_max : t -> Vector3.t -> unit