Access the x component of the quaternion.
double get x => _qStorage[0];
set x(double x) { _qStorage[0] = x; }