| 123456789101112131415 |
- return {
- summary = 'Get the length of the quaternion.',
- description = 'Returns the length of the quaternion.',
- arguments = {},
- returns = {
- {
- name = 'length',
- type = 'number',
- description = 'The length of the quaternion.'
- }
- },
- related = {
- 'Quat:normalize'
- }
- }
|