Quadratic Distance

前端 未结 0 410
野性不改
野性不改 2020-12-07 21:42

I have a problem with a task. I need to write an python code which calculates a quadratic distance between two points.

The formula is: D^2 = (x1 - x2)^2 + (y1 - y2)^2

相关标签:
回答
  • 消灭零回复
提交回复
热议问题