init.lua 225 B

12345678910111213
  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. 'Vectors'
  12. }
  13. }