apply_quat(3) - Linux man page
Name
apply_quat - Multiplies a point by a quaternion. Allegro game programming library.Synopsis
#include <allegro.h>void apply_quat(const QUAT *q, float x, y, z, *xout, *yout, *zout);
void apply_quat(const QUAT *q, float x, y, z, *xout, *yout, *zout);