package raylib

  1. Overview
  2. Docs

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