RoboidControl
|
A quaternion. More...
#include <Quaternion.h>
Public Attributes | |
float | x |
The x component. | |
float | y |
The y component. | |
float | z |
The z component. | |
float | w |
The w component. | |
A quaternion.
This is a C-style implementation
float Passer::LinearAlgebra::Quat::x |
The x component.
float Passer::LinearAlgebra::Quat::y |
The y component.
float Passer::LinearAlgebra::Quat::z |
The z component.
float Passer::LinearAlgebra::Quat::w |
The w component.