×
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, ...
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 ...
Public Member Functions · list (). Default constructor for empty list. · list (const list< T > &other). Copy constructor. · ~list (). Destructor. · Iterator ...
template<class T> class irr::core::line3d< T >. 3D line between two points with intersection methods. Definition at line 18 of file line3d.h.
Sets the debug name of the object. Detailed Description. Base class of most objects of the Irrlicht Engine. This class provides reference counting through the ...
This method will split a string at certain delimiter characters into the container passed in as reference. The type of the container has to be given as template ...