Skylicht Engine
Toggle main menu visibility
Loading...
Searching...
No Matches
Irrlicht
Include
position2d.h
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
7
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
21
typedef
vector2d<f32>
position2df
;
22
24
typedef
vector2d<s32>
position2di
;
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
irr::core::vector2d
2d vector template class with lots of operators and methods.
Definition
vector2d.h:22
irr::core
Basic classes such as vectors, planes, arrays, lists, and so on can be found in this namespace.
Definition
aabbox3d.h:15
irr::core::position2di
vector2d< s32 > position2di
Definition
position2d.h:24
irr::core::position2df
vector2d< f32 > position2df
Definition
position2d.h:21
irr
Everything in the Irrlicht Engine can be found in this namespace.
Definition
Skylicht.h:33
Generated by
1.17.0