package raylib

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Raylib_core.TransformSource

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

create translation rotation scale

Sourceval translation : t -> Vector3.t

Translation

Sourceval rotation : t -> Vector4.t

Rotation

Sourceval scale : t -> Vector3.t

Scale

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