distance
Description:
public float distance (
Point b,
out float x_distance,
out float y_distance)
Computes the distance between two Point.
Parameters:
this |
a Point
|
b |
a Point
|
x_distance |
return location for the horizontal distance between the points
|
y_distance |
return location for the vertical distance between the points
|
Returns:
the distance between the points.
|