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

Go to the source code of this file.

Classes

class  irr::core::line3d< T >
 3D line between two points with intersection methods. 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 line3d< f32irr::core::line3df
 Typedef for an f32 line.
 
typedef line3d< s32irr::core::line3di
 Typedef for an integer line.