Skip to content

raylib.rlGetMatrixProjection

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Get internal projection matrix

Parameters

None.

Return value

Condition Return Value
(always) map

Notes

Example

proj = raylib.rlGetMatrixProjection()
print proj

Clone this wiki locally