menu
openworld package
documentation
three_dart/three3d/math/index.dart
Quaternion
conjugate method
conjugate method
dark_mode
light_mode
conjugate
method
Quaternion
conjugate
(
)
Implementation
Quaternion conjugate() { _x *= -1; _y *= -1; _z *= -1; onChangeCallback(); return this; }
openworld package
documentation
three_dart/three3d/math/index
Quaternion
conjugate method
Quaternion class