Synopsis

(macro) PDX_BOOL gdx_WithinAngleTol(long option, double value)

Purpose

Test a value to within ANGLE_TOL.

Description

This function determines if a value is within the current GDX ANGLE_TOL

Input

option

Not used.

value

The value to test

Return

      PDX_TRUE - The value is within ANGLE_TOL
      PDX_FALSE - The is not within ANGLE_TOL
      .fi