C++
ads_real acutDistance( const ads_point pt1, const ads_point pt2 );
File
acutads.h
Description
Returns the distance between 2 points. The points can be three-dimensional points.
Parameters
Parameters | Description |
---|---|
pt1 | First point |
pt2 | Second point |
ads_real acutDistance( const ads_point pt1, const ads_point pt2 );
acutads.h
Returns the distance between 2 points. The points can be three-dimensional points.
Parameters | Description |
---|---|
pt1 | First point |
pt2 | Second point |