mx::Point Struct Reference

#include <mxtype.h>

List of all members.

Public Member Functions

 Point (int x=0, int y=0)

Public Attributes

int x
int y


Detailed Description

structure to hold a pair of integers

Definition at line 27 of file mxtype.h.


Constructor & Destructor Documentation

mx::Point::Point ( int  x = 0,
int  y = 0 
) [inline]

constructor to set x,y values

Definition at line 33 of file mxtype.h.

References x, and y.

00034                 {
00035                         this->x = x, this->y = y;
00036                 }


Member Data Documentation


The documentation for this struct was generated from the following file:

Generated on Wed Jun 10 14:52:02 2009 for libmx by  doxygen 1.5.8