menu
openworld package
documentation
three_dart/three3d/math/index.dart
Vector3
equals method
equals method
dark_mode
light_mode
equals
method
bool
equals
(
dynamic
v
)
Implementation
bool equals(v) { return ((v.x == x) && (v.y == y) && (v.z == z)); }
openworld package
documentation
three_dart/three3d/math/index
Vector3
equals method
Vector3 class