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