package raylib

  1. Overview
  2. Docs
type t'
type t = t' ctyp
val t : t Ctypes.typ
val create : Vector3.t -> Vector4.t -> Vector3.t -> t

create translation rotation scale

val translation : t -> Vector3.t

Translation

val rotation : t -> Vector4.t

Rotation

val scale : t -> Vector3.t

Scale

val set_translation : t -> Vector3.t -> unit
val set_rotation : t -> Vector4.t -> unit
val set_scale : t -> Vector3.t -> unit