Vector2Distance method
See Vector2D.distance.
Implementation
double Vector2Distance(
Vector2D v1,
Vector2D v2,
) => run(
() => _debugLabels.Vector2Distance(v1, v2),
() => v1.distance(v2),
);
See Vector2D.distance.
double Vector2Distance(
Vector2D v1,
Vector2D v2,
) => run(
() => _debugLabels.Vector2Distance(v1, v2),
() => v1.distance(v2),
);