Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members | Tutorials
position2d.h
Go to the documentation of this file.
1 // Copyright (C) 2002-2012 Nikolaus Gebhardt
2 // This file is part of the "Irrlicht Engine".
3 // For conditions of distribution and use, see copyright notice in irrlicht.h
4 
6 
8 #ifndef __IRR_POSITION_H_INCLUDED__
9 #define __IRR_POSITION_H_INCLUDED__
10 
11 #include "vector2d.h"
12 
13 namespace irr
14 {
15 namespace core
16 {
17 
18 // Use typedefs where possible as they are more explicit...
19 
22 
25 } // namespace core
26 } // namespace irr
27 
28 // ...and use a #define to catch the rest, for (e.g.) position2d<f64>
29 #define position2d vector2d
30 
31 #endif // __IRR_POSITION_H_INCLUDED__
32 

The Irrlicht Engine
The Irrlicht Engine Documentation © 2003-2010 by Nikolaus Gebhardt. Generated on Mon May 6 2013 17:41:01 by Doxygen (1.8.3.1)