menu
freehand package
documentation
models/vec.dart
Vec
equals method
equals method
dark_mode
light_mode
equals
method
bool
equals
(
Vec
other
)
Implementation
bool equals(Vec other) => x == other.x && y == other.y;
freehand package
documentation
models/vec
Vec
equals method
Vec class