slerp
Performs a spherical linear interpolation between
self
andend
based on the values
. Whens
is0.0
, the result will be equal toself
. Whens
is1.0
, the result will be equal toend
.Panics
Will panic if
self
orend
are not normalized whenglam_assert
is enabled.
Arguments
- _self :
DQuat
- No Documentation 🚧 - end :
DQuat
- No Documentation 🚧 - s :
f64
- No Documentation 🚧
Returns
- arg0 :
DQuat
- No Documentation 🚧