package raylib

  1. Overview
  2. Docs
OCaml bindings for raylib

Install

Dune Dependency

Authors

Maintainers

Sources

raylib-0.3.2.tbz
sha256=96912086fb0a10de9cc6618b631665885f3d4e4add75fea1b8a284bbcf79b395
sha512=77cab807ce4a3841191fb9188acff3e53b6aedf98b89d656b5ea975189009577ed03225521748fdadf11245a615803dc4747a37e0d394a252f5fc3c1b2409915

doc/raylib/Raylib/Transform/index.html

Module Raylib.TransformSource

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

create translation rotation scale returns transformation properties

Sourceval translation : t -> Vector3.t
Sourceval rotation : t -> Vector4.t
Sourceval scale : t -> Vector3.t
Sourceval set_translation : t -> Vector3.t -> unit
Sourceval set_rotation : t -> Vector4.t -> unit
Sourceval set_scale : t -> Vector3.t -> unit
OCaml

Innovation. Community. Security.