menu
freehand package
documentation
models/vec.dart
Vec
addXY static method
addXY static method
dark_mode
light_mode
addXY
static method
Vec
addXY
(
Vec
a
,
double
x
,
double
y
)
Implementation
static Vec addXY(Vec a, double x, double y) => Vec(a.x + x, a.y + y);
freehand package
documentation
models/vec
Vec
addXY static method
Vec class