menu
openworld package
documentation
three_dart/three3d/math/index.dart
Quaternion
invert method
invert method
dark_mode
light_mode
invert
method
Quaternion
invert
(
)
Implementation
Quaternion invert() { // quaternion is assumed to have unit length return conjugate(); }
openworld package
documentation
three_dart/three3d/math/index
Quaternion
invert method
Quaternion class