Click or drag to resize
SbRotationSlerp Method
Spherical linear interpolation.
Overload List
  NameDescription
Public methodStatic memberSlerp(SbRotation, SbRotation, Single)
Spherical linear interpolation: as t goes from 0 to 1, returned value goes from rot0 to rot1.
Public methodStatic memberSlerp(SbRotation, SbRotation, Single)
Spherical linear interpolation: as t goes from 0 to 1, returned value goes from rot0 to rot1.
Top
See Also