×
Basic classes such as vectors, planes, arrays, lists, and so on can be found in this namespace. More... Classes. class aabbox3d.
List of all members. Public Member Functions. IMeshSceneNode (ISceneNode *parent, ISceneManager *mgr, s32 id, const core::vector3df &position=core::vector3df(0, ...
Public Member Functions · list (). Default constructor for empty list. · list (const list< T > &other). Copy constructor. · ~list (). Destructor. · Iterator ...
Namespace Members · File List · File Members. Public Member Functions | Public Attributes. irr::core::dimension2d< T > Class Template Reference. Specifies a 2 ...
template<class T> class irr::core::rect< T >. Rectangle template. Mostly used by 2D GUI elements and for 2D drawing methods. It has 2 positions instead of ...
template<class T> class irr::core::aabbox3d< T >. Axis aligned bounding box in 3d dimensional space. Has some useful methods used with occlusion culling or ...
template<class T, typename TAlloc = irrAllocator<T>> class irr::core::array< T, TAlloc >. Self reallocating template array (like stl vector) with additional ...
template<class T> class irr::core::line3d< T >. 3D line between two points with intersection methods. Definition at line 18 of file line3d.h.
template<class KeyType, class ValueType> class irr::core::map< KeyType, ValueType > ... Definition at line 18 of file irrMap.h.
Detailed Description. Quaternion class for representing rotations. It provides cheap combinations and avoids gimbal locks. Also useful for interpolations.