init.lua 209 B

123456789101112
  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. }
  12. }