Synopsis

PDX_BOOL mth_CheckCoinPoint(int dim, double *p1, double *p2)

Purpose

Check for the coincidence of two points.

Description

Check to see if two points are coincident

Input

dim

The number of dimensions in the point arrays

p1

The first point

p2

The second point

Return

PDX_TRUE - Points are coincident, PDX_FALSE otherwise