Skip to content

raylib.MatrixIdentity

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Get identity matrix

Parameters

None.

Return value

Condition Return Value
(always) map

Notes

Example

mat = raylib.MatrixIdentity
// mat is a 16-element list representing a 4x4 identity matrix
print mat

Clone this wiki locally