return { summary = 'A 4x4 matrix.', description = 'A `mat4` is a math type that holds 16 values in a 4x4 grid.', constructors = { 'lovr.math.newMat4', 'lovr.math.mat4' }, related = { 'Vec3', 'Quat', 'Vectors' } }