⚲
Class:
Quat
Lua
C++
Edit
Quat:Slerp
This method performs spherical linear interpolation to interpolate between two rotations.
Syntax
Quat
Slerp
(
Quat
dest, number blend)
Parameter
Description
dest
target rotation to match
blend
travel amount, between 0 and 1
Returns
Quat: Returns the interpolated rotation.
Copyright © 2024 Ultra Software.
All rights reserved.