NRE_Plane.hpp File Reference

Declaration of Math's API's Object : Plane. More...

#include "../Vector/3D/NRE_Vector3D.hpp"
#include "../Vector/4D/NRE_Vector4D.hpp"
#include <Utility/Interfaces/Stringable/NRE_Stringable.hpp>
#include "NRE_Plane.tpp"

Go to the source code of this file.

Classes

class  NRE::Math::Plane< T >
 A cartesian plane with a point and a vector. More...
 

Namespaces

 NRE
 The NearlyRealEngine's global namespace.
 
 Math
 Math's API.
 

Enumerations

enum  NRE::Math::Face {
  NRE::Math::TOP, NRE::Math::BOTTOM, NRE::Math::LEFT, NRE::Math::RIGHT,
  NRE::Math::NEAR, NRE::Math::FAR, NRE::Math::FACE_NUM
}
 

Detailed Description

Declaration of Math's API's Object : Plane.

Author
Louis ABEL
Date
02/04/2019

Enumeration Type Documentation

Regroup constant for box's faces managing

Enumerator
TOP 

The top face

BOTTOM 

The bottom face

LEFT 

The left face

RIGHT 

The right face

NEAR 

The near face

FAR 

The far face

FACE_NUM 

The number of face in a box