menu
oimo_physics package
documentation
math/quat.dart
Quat
conjugate method
conjugate method
dark_mode
light_mode
conjugate
method
Quat
conjugate
(
)
Conjugate the current Quant
Implementation
Quat conjugate() { x *= - 1; y *= - 1; z *= - 1; return this; }
oimo_physics package
documentation
math/quat
Quat
conjugate method
Quat class