Irrlicht 3D Engine
 
Loading...
Searching...
No Matches
dimension2d.h File Reference
#include "irrTypes.h"
#include "irrMath.h"

Go to the source code of this file.

Classes

class  irr::core::dimension2d< T >
 Specifies a 2 dimensional size. More...
 

Namespaces

namespace  irr
 Everything in the Irrlicht Engine can be found in this namespace.
 
namespace  irr::core
 Basic classes such as vectors, planes, arrays, lists, and so on can be found in this namespace.
 

Typedefs

typedef dimension2d< f32irr::core::dimension2df
 Typedef for an f32 dimension.
 
typedef dimension2d< s32irr::core::dimension2di
 Typedef for an integer dimension.
 
typedef dimension2d< u32irr::core::dimension2du
 Typedef for an unsigned integer dimension.