@@ -18,9 +18,9 @@ return {
},
rotation = {
type = 'quat',
- default = '0, 0, 0, 0'<
+ default = '0, 0, 0, 0',
description = 'The initial rotation of the matrix.'
- }
+ },
['...'] = {
type = 'number',
description = '16 numbers to use as the raw values of the matrix (column-major).'
@@ -67,15 +67,15 @@ return {
returns = { 'q' }
{
- description = 'Creates a quaternion from a direction vector.'
+ description = 'Creates a quaternion from a direction vector.',
arguments = { 'v' },
- }<
- description = 'Creates a quaternion representing the rotation between two vectors.'
+ description = 'Creates a quaternion representing the rotation between two vectors.',
arguments = { 'v', 'u' },
arguments = { 'm' },
@@ -29,11 +29,6 @@ return {
}
variants = {
- {
- description = 'Fills the vector with `0`.',
- arguments = {},
- returns = { 'v' }
- },
arguments = { 'x', 'y', 'z' },
returns = { 'v' }