menu
ivector_math package
documentation
ivector_math.dart
Vector2
distance method
distance method
dark_mode
light_mode
distance
method
double
distance
(
Vector2
other
)
inherited
Distance from this to
other
.
Implementation
double distance(Vector2 other) => sqrt(distance2(other));
ivector_math package
documentation
ivector_math
Vector2
distance method
Vector2 class