MGL_equalPoint

Compares two points to determine if they are equal.

Declaration

ibool MGL_equalPoint(
    point_t p1,
    point_t p2)

Prototype In

mgraph.h

Parameters

p1

The first point to compare.

p2

The second point to compare.

 

Return Value

True if the points are equal, false if they are not.

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com