-
Notifications
You must be signed in to change notification settings - Fork 2
raylib.MatrixAdd
JoeStrout edited this page Apr 29, 2026
·
2 revisions
Add two matrices
| Parameter | Default Value | Note |
|---|---|---|
| left | MatrixIdentity | |
| right | MatrixIdentity |
| Condition | Return Value |
|---|---|
| (always) | map |
a = raylib.MatrixIdentity
b = raylib.MatrixIdentity
result = raylib.MatrixAdd(a, b)
// Each diagonal element is now 2 (identity + identity)