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