operator [] method Null safety
- int i
Access the component of the quaternion at the index i
.
Implementation
double operator [](int i) => _qStorage[i];
Access the component of the quaternion at the index i
.
double operator [](int i) => _qStorage[i];