distance


Description:

public float distance (Point b, out float d_x, out float d_y)

Computes the distance between this and b.

Parameters:

this

a Point

b

a Point

d_x

distance component on the X axis

d_y

distance component on the Y axis

Returns:

the distance between the two points