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