get_rotation_quat(3) - Linux man page
Name
get_rotation_quat - Constructs a quaternion to rotate points around all three axes. Allegro game programming library.Synopsis
#include <allegro.h>void get_rotation_quat(QUAT *q, float x, float y, float z);