|
@@ -27481,6 +27481,22 @@ return {
|
|
description = "The new vector."
|
|
description = "The new vector."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ arguments = {
|
|
|
|
+ {
|
|
|
|
+ name = "q",
|
|
|
|
+ type = "Quat",
|
|
|
|
+ description = "A quat to use the direction of."
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ returns = {
|
|
|
|
+ {
|
|
|
|
+ name = "v",
|
|
|
|
+ type = "Vec3",
|
|
|
|
+ description = "The new vector."
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -28045,6 +28061,22 @@ return {
|
|
description = "The new vector."
|
|
description = "The new vector."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ arguments = {
|
|
|
|
+ {
|
|
|
|
+ name = "q",
|
|
|
|
+ type = "Quat",
|
|
|
|
+ description = "A quat to use the direction of."
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ returns = {
|
|
|
|
+ {
|
|
|
|
+ name = "v",
|
|
|
|
+ type = "Vec3",
|
|
|
|
+ description = "The new vector."
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|