mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Update Rotation.cpp
This commit is contained in:
parent
f1c1fd2f63
commit
3e00302ade
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ namespace TEN::Scripting
|
|||
}
|
||||
|
||||
/// Get the linearly interpolated Rotation between this Rotation and the input Rotation according to the input alpha.
|
||||
// @function Lerp
|
||||
// @tparam Rotation rot Interpolation target.
|
||||
// @tparam float alpha Interpolation alpha in the range [0, 1].
|
||||
// @treturn Rotation Linearly interpolated rotation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue