double   sgSpaceMath::PointsDistance(const SG_POINT& p1, const SG_POINT& p2)

 

Description:

Calculates the distance beetween two points.

 

Arguments:

p1 - first point,

p2 - second point.

 

 

Returned value:

Returns the distance beetween two points.

 

See also:

SG_POINT