Synopsis

PDX_BOOL mth_CheckCoinPointsTol(long option, double tol, int dim, double *pnt1, double *pnt2)

Purpose

Check for the coincidence of two points using tolerance

Description

Check to see if two points are coincident with the given tolerance.

Input

option

Options (not used)

tol

The tolerance for checking points coincidence

dim

The number of dimensions in the point arrays

pnt1

The first point

pnt2

The second point

Return

PDX_TRUE - Points are coincident, PDX_FALSE otherwise