A structure for storing rotation and translation coefficients. More...
#include <frz_misc.hpp>
Public Attributes | |
| float | a |
| Rotation angle on the x axis. | |
| float | b |
| Rotation angle on the y axis. | |
| float | c |
| Rotation angle on the z axis. | |
| float | d |
| Unused. | |
| float | x |
| Translation value on the x axis. | |
| float | y |
| Translation value on the y axis. | |
| float | z |
| Translation value on the z axis. | |
| float | w |
| Unused. | |
A structure for storing rotation and translation coefficients.
1.6.3