Changeset 1344 for code/branches/input/src/util
- Timestamp:
- May 21, 2008, 6:26:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/input/src/util/Math.h
r1323 r1344 156 156 }; 157 157 158 class _UtilExport IntVector3 159 { 160 public: 161 IntVector3() : x(0), y(0), z(0) { } 162 IntVector3(int _x, int _y, int _z) : x(_x), y(_y), z(_z) { } 163 int x; 164 int y; 165 int z; 166 }; 167 158 168 #endif /* _Util_Math_H__ */
Note: See TracChangeset
for help on using the changeset viewer.