Calculates the distance between two points
The distance between the two points.
The distance between the two points are calculated with
dist = Sqrt(xDist^2 + yDist^2)where
xDist
is the X-difference and yDist
is the Y-difference for the
two points.
Point2D Class | TeamYaffa.CRaPI.Utility Namespace | op_Subtraction