#include <structs.h>
Definition at line 114 of file structs.h.
Public Member Functions | |
| CVector2D (void) | |
| default constructor | |
Public Attributes | |
| float | x |
| the x coordinate value | |
| float | y |
| the y coordinate value | |
| CVector2D::CVector2D | ( | void | ) |
Create a CVector2D object with default parameters.
Definition at line 32 of file structs.cpp.
| float CVector2D::x |
| float CVector2D::y |
Copyright Windsor Schmidt 2006 - All rights reserved.