Fills buffer with the elements of the 3x3 matrix m, column by column (i.e. [ r0c0, r1c0, r2c0, r0c1, ..., r2c2 ]).
buffer
m
The order in which the buffer is filled is suitable for e.g. setting uniform variables in WebGL shader programs
the 3x3 matrix
the buffer to be filled
buffer, filled with the elemenets of m
Generated using TypeDoc
Fills
buffer
with the elements of the 3x3 matrixm
, column by column (i.e. [ r0c0, r1c0, r2c0, r0c1, ..., r2c2 ]).The order in which the buffer is filled is suitable for e.g. setting uniform variables in WebGL shader programs