menu
oimo_physics package
documentation
math/vec3.dart
Vec3
testDiff method
testDiff method
dark_mode
light_mode
testDiff
method
bool
testDiff
(
Vec3
v
)
Check if
v
is different to this
Implementation
bool testDiff(Vec3 v ){ return equals(v) ? false : true; }
oimo_physics package
documentation
math/vec3
Vec3
testDiff method
Vec3 class