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