Skip to content

raylib.MatrixToFloatV

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Get float array of matrix data

Parameters

Parameter Default Value Note
mat MatrixIdentity

Return value

Condition Return Value
(always) list

Notes

Example

mat = raylib.MatrixIdentity
floats = raylib.MatrixToFloatV(mat)
print floats.len  // 16

Clone this wiki locally