menu
oimo_physics package
documentation
math/vec3.dart
Vec3
equals method
equals method
dark_mode
light_mode
equals
method
bool
equals
(
Vector3
v
)
Is
v
== to this
Implementation
bool equals (Vector3 v ) { return v.x == x && v.y == y && v.z == z; }
oimo_physics package
documentation
math/vec3
Vec3
equals method
Vec3 extension on Vector3