init.lua 211 B

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