menu
thermion_dart package
documentation
thermion_dart.dart
Quaternion
negate method
negate method
dark_mode
light_mode
negate
method
void
negate
(
)
Negate this.
Implementation
void negate() { _qStorage[3] = -_qStorage[3]; conjugate(); }
thermion_dart package
documentation
thermion_dart
Quaternion
negate method
Quaternion class