1
1
Fork 0
mirror of https://git.sr.ht/~martijnbraam/megapixels synced 2023-12-14 05:32:55 +01:00
megapixels/src/matrix.h
2021-04-18 23:13:56 +10:00

2 lines
62 B
C

void multiply_matrices(float a[9], float b[9], float out[9]);