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