Let's say I have a point1: x =10, y = 50
and point2: x = 30, y = 75
And I would like to draw a line between those two points. How to calculate the distance between those two points so I know what that line's length should be?
Thanks.
↧