point_t

Declaration

typedef struct {
    int x,y;
    } point_t

Prototype In

mgraph.h

Description

Structure describing an integer point passed to the MGL.

Members

x

X coordinate for the point

y

Y coordinate for the point

 

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