menu
oimo_physics package
documentation
math/quat.dart
Quat
inverse method
inverse method
dark_mode
light_mode
inverse
method
Quat
inverse
(
)
Inverse the current Quant
Implementation
Quat inverse() { return conjugate().normalize(); }
oimo_physics package
documentation
math/quat
Quat
inverse method
Quat class