1get_rotation_quat(3) Allegro manual get_rotation_quat(3)
2
3
4
6 get_rotation_quat - Constructs a quaternion to rotate points around all
7 three axes. Allegro game programming library.
8
10 #include <allegro.h>
11
12
13 void get_rotation_quat(QUAT *q, float x, float y, float z);
14
16 Constructs a quaternion that will rotate points around all three axes
17 by the specified amounts (given in binary, 256 degrees to a circle for‐
18 mat).
19
20
22 exquat(3)
23
24
25
26Allegro version 4.4.3 get_rotation_quat(3)