Synopsis
(macro) PDX_BOOL gdx_SameParmPnt(long option, MTH_2DPNT point1, MTH_2DPNT point2)
Purpose
Test parameter space points for equality to PARM_SPACE_PNT_TOL.
Description
This function determines if two parameter space points are the same to the current GDX PARM_SPACE_PNT_TOL
Input
option
Not used.
point1
The first parameter space point to test
point2
The second parameter space point to test
Return
PDX_TRUE - The points are the same to PARM_SPACE_PNT_TOL
PDX_FALSE - The points are not the same
.fi