Saga3D API Documentation  1.0-RC4
plane3d.h File Reference
#include "irrMath.h"
#include <glm/vec3.hpp>
#include <glm/gtc/matrix_inverse.hpp>

Go to the source code of this file.

Classes

class  saga::core::plane3d< T >
 Template plane class with some intersection testing methods. More...
 

Namespaces

 saga
 
 saga::core
 typedef for Function Pointer
 

Typedefs

typedef plane3d< float > saga::core::plane3df
 Typedef for a float 3d plane. More...
 
typedef plane3d< std::int32_t > saga::core::plane3di
 Typedef for an integer 3d plane. More...
 

Enumerations

enum  saga::core::EIntersectionRelation3D {
  saga::core::ISREL3D_FRONT = 0, saga::core::ISREL3D_BACK, saga::core::ISREL3D_PLANAR, saga::core::ISREL3D_SPANNING,
  saga::core::ISREL3D_CLIPPED
}
 Enumeration for intersection relations of 3d objects. More...