init.lua 224 B

12345678910111213
  1. return {
  2. summary = 'A 2D vector.',
  3. description = 'A vector object that holds two numbers.',
  4. constructors = {
  5. 'lovr.math.newVec2',
  6. 'lovr.math.vec2'
  7. },
  8. related = {
  9. 'Vec3',
  10. 'Vec4',
  11. 'Vectors'
  12. }
  13. }