Skip to content

raylib.MatrixMultiplyValue

JoeStrout edited this page Apr 29, 2026 · 2 revisions

MatrixMultiplyValue

Parameters

Parameter Default Value Note
left MatrixIdentity
value 1

Return value

Condition Return Value
(always) map

Notes

Example

mat = raylib.MatrixIdentity
scaled = raylib.MatrixMultiplyValue(mat, 2.0)
// Every element of the identity matrix is multiplied by 2

Clone this wiki locally