menu
oimo_physics package
documentation
math/quat.dart
Quat
testDiff method
testDiff method
dark_mode
light_mode
testDiff
method
bool
testDiff
(
Quat
q
)
Is q the same as this
Implementation
bool testDiff(Quat q ) { return equals( q ) ? false : true; }
oimo_physics package
documentation
math/quat
Quat
testDiff method
Quat class