menu
ella package
documentation
math/Coordinate.dart
Coordinate
squaredDistance method
squaredDistance method
dark_mode
light_mode
squaredDistance
method
double
squaredDistance
(
Coordinate
b
)
Implementation
double squaredDistance(Coordinate b) { return squaredDistanceFrom(this, b); }
ella package
documentation
math/Coordinate
Coordinate
squaredDistance method
Coordinate class