package raylib

  1. Overview
  2. Docs
OCaml bindings for raylib

Install

Dune Dependency

Authors

Maintainers

Sources

raylib-0.3.1.tbz
sha256=7c61a548f1c013b168516ad80dba1024482279fdc404c7c5316a31d48cc7a179
sha512=385f124a1367043251d3b180a0f585488f3732a5148b12758d79ac06825cfc036f91357c9603827a2184548e5938bf7bb92fcd60927a94763e8e38cf2b038c44

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.