quat_interpolate (3) Linux Manual Page
quat_interpolate – Constructs a quaternion representing a rotation between from and to. Allegro game programming library. Synopsis #include <allegro.h> void quat_interpolate(const QUAT *from, const QUAT *to, float t, QUAT *out); Description Constructs a quaternion that represents a rotation between from and to. The argument t can be anything between 0 and 1 and represents where…
