Skip to content

raylib.rlMultMatrixf

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Multiply the current matrix by another matrix

Parameters

Parameter Default Value Note
matf

Return value

None.

Notes

Example

mat = raylib.rlGetMatrixModelview()
raylib.rlMultMatrixf mat

Clone this wiki locally