menu
snowfall package
documentation
snowfall/utils/point.dart
Point
length method
length method
dark_mode
light_mode
length
method
double
length
(
)
Implementation
double length() { return math.sqrt(x * x + y * y); }
snowfall package
documentation
snowfall/utils/point
Point
length method
Point class