Synopsis
(macro) PDX_BOOL gdx_WithinPntProjTol(long option, double value)
Purpose
Test a value to within PNT_PROJ_TOL.
Description
This function determines if a value is within the current GDX PNT_PROJ_TOL
Input
option
Not used.
value
The value to test
Return
PDX_TRUE - The value is within PNT_PROJ_TOL
PDX_FALSE - The is not within PNT_PROJ_TOL
.fi