staticfunction Slerp (from : Quaternion, to : Quaternion, t : float) : Quaternion
Description
Spherically interpolates from towards to by t.
JavaScripts
JavaScript
C#
Boo
// Interpolates rotation between the rotations // of from and to. // (Choose from and to not to be the same as // the object you attach this script to)