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