menu
freehand package
documentation
models/vec.dart
Vec
neg method
neg method
dark_mode
light_mode
neg
method
Vec
neg
(
)
Implementation
Vec neg() => Vec(-x, -y);
freehand package
documentation
models/vec
Vec
neg method
Vec class