dodo::graphics::point Class Reference
#include <graphicsDraw.h>
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 | |||
| ) |
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:
- include/libdodo/graphicsDraw.h
Generated on Sun Nov 8 03:44:49 2009 for libdodo by
1.6.1

