kray
Toggle table of contents
1.0.0
common
Target filter
common
Switch theme
Search in API
Skip to content
kray
kray
/
raylib
/
Matrix4
/
multiply
multiply
fun
multiply
(
b
:
Matrix4
)
:
Matrix4
Multiplies this matrix by another matrix.
Return
The resulting matrix.
Parameters
b
The matrix to multiply by.