libdodo: dodo::graphics::point Class Reference

dodo::graphics::point Class Reference

class point More...

#include <graphicsDraw.h>

List of all members.

Public Member Functions

 point (unsigned long x, unsigned long y)
 constructor

Public Attributes

unsigned long x
 x position of the point
unsigned long y
 y position of the point

Detailed Description

class point

defines x and y position of the point

Definition at line 47 of file graphicsDraw.h.


Constructor & Destructor Documentation

dodo::graphics::point::point ( unsigned long  x,
unsigned long  y 
)

constructor

Parameters:
x defines x position of the point
y defines y position of the point

Member Data Documentation

unsigned long dodo::graphics::point::x

x position of the point

Definition at line 58 of file graphicsDraw.h.

unsigned long dodo::graphics::point::y

y position of the point

Definition at line 59 of file graphicsDraw.h.


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

Generated on Sun Nov 8 03:44:49 2009 for libdodo by  doxygen 1.6.1