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