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