IntPoint Struct Reference

Defines the point structure used by the framework. More...

#include <MAT300API.h>

List of all members.

Public Member Functions

 IntPoint ()
 Default constructor.
 IntPoint (int X, int Y)
 Constructor taking x and y components.

Public Attributes

int x
 x component
int y
 y component

Detailed Description

Defines the point structure used by the framework.

Do note that the framework uses points with integer components. Interpolation of curves should not use integer calculations...


Constructor & Destructor Documentation

IntPoint::IntPoint (  )  [inline]

Default constructor.

Constructs a point a the origin (0, 0)

IntPoint::IntPoint ( int  X,
int  Y 
) [inline]

Constructor taking x and y components.


Member Data Documentation

x component

y component


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables

Generated on Wed Jan 19 14:24:02 2011 for MAT300API by  doxygen 1.6.2