Update Rotation.cpp

This commit is contained in:
Sezz 2025-02-13 05:38:56 +11:00
parent f1c1fd2f63
commit 3e00302ade

View file

@ -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.