| 123456789101112131415161718192021222324 |
- return {
- tag = 'modules',
- summary = 'Contains useful math helpers.',
- description = 'The `lovr.math` module provides math helpers commonly used for 3D applications.',
- sections = {
- {
- name = 'Randomization',
- tag = 'random',
- description = 'Functions for generating random numbers and noise.'
- },
- {
- name = 'Vectors',
- tag = 'vectors',
- description = [[
- A collection of vector objects. Check out the `Vectors` guide for an introduction.
- ]]
- },
- {
- name = 'Other',
- tag = 'mathOther',
- description = 'Other miscellaneous math objects/helpers.',
- }
- }
- }
|