menu
freehand package
documentation
models/vec.dart
Vec
dpr method
dpr method
dark_mode
light_mode
dpr
method
double
dpr
(
Vec
other
)
Implementation
double dpr(Vec other) => x * other.x + y * other.y;
freehand package
documentation
models/vec
Vec
dpr method
Vec class