init.lua 210 B

123456789101112
  1. return {
  2. summary = 'A 4D vector.',
  3. description = 'A vector object that holds four numbers.',
  4. constructors = {
  5. 'lovr.math.newVec4',
  6. 'lovr.math.vec4'
  7. },
  8. related = {
  9. 'Vec2',
  10. 'Vec3'
  11. }
  12. }