This commit is contained in:
p2vman 2025-05-08 18:21:06 +03:00
parent 4ac117fa3e
commit f0625f7293
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ function Quaternion:copy()
return Quaternion.new(self.x, self.y, self.z, self.w)
end
---@param axis Vector3 | Vec3Like
---@param axis Vector3
---@param angle number
---@return Quaternion
function Quaternion.fromAxisAngle(axis, angle)