menu
Flutter
vector_math.dart
Quaternion
negate method
negate
dark_mode
light_mode
negate
method
void
negate
(
)
Negate this.
Implementation
void negate() { _qStorage[3] = -_qStorage[3]; conjugate(); }
Flutter
vector_math
Quaternion
negate method
Quaternion class
Cookies management controls