menu
tremble package
documentation
utils/vector2.dart
Vector2
isZero property
isZero property
dark_mode
light_mode
isZero
property
bool
get
isZero
Implementation
bool get isZero => x == 0 && y == 0;
tremble package
documentation
utils/vector2
Vector2
isZero property
Vector2 class