menu
canvas_core package
documentation
canvas_core_runtime.dart
Vec2
length property
length property
dark_mode
light_mode
length
property
double
get
length
Implementation
double get length => math.sqrt(x * x + y * y);
canvas_core package
documentation
canvas_core_runtime
Vec2
length property
Vec2 class