newMat4.lua 248 B

1234567891011
  1. return {
  2. tag = 'vectors',
  3. summary = 'Create a new Mat4.',
  4. description = 'Creates a new 4D matrix. This function takes the same arguments as `Mat4:set`.',
  5. arguments = {},
  6. returns = {},
  7. related = {
  8. 'lovr.math.mat4',
  9. 'Mat4'
  10. }
  11. }