Answers for "matrix"

2

matrix

A two-dimensional array of values. OpenGL matrices are all 4x4, though when they are stored in client memory they're treated as 1x16 single-dimension arrays.
Posted by: Guest on February-04-2022

Browse Popular Code Answers by Language