@@ -17608,7 +17608,11 @@ return {
variants = {
{
arguments = {
- nil,
+ {
+ name = "q",
+ type = "quat",
+ description = "A quaternion."
+ },
name = "r",
type = "quat",
@@ -17625,7 +17629,11 @@ return {
},
name = "v",
type = "vec3",
@@ -6,6 +6,10 @@ return {
result. If the value is a vector, then a new temporary rotated vector is returned.
]],
+ q = {
+ type = 'quat',
+ description = 'A quaternion.'
r = {
type = 'quat',
description = 'A quaternion to combine with the original.'