This object is used to keep track of the frustum area of the view and projection matrix. NOTE: only the Camera class is allowed to create this object.
More...
#include <Frustum.hpp>
This object is used to keep track of the frustum area of the view and projection matrix. NOTE: only the Camera class is allowed to create this object.
Definition at line 12 of file Frustum.hpp.
| Engine::Frustum::Frustum |
( |
Frustum const & |
other | ) |
|
|
default |
| Engine::Frustum::Frustum |
( |
Frustum && |
other | ) |
|
|
defaultnoexcept |
| Engine::Frustum::~Frustum |
( |
| ) |
|
|
defaultnoexcept |
| Frustum::Face Engine::Frustum::GetBackFace |
( |
| ) |
const |
- Returns
- Returns the back face of the frustum
Definition at line 61 of file Frustum.cpp.
| Frustum::Face Engine::Frustum::GetBottomFace |
( |
| ) |
const |
- Returns
- Returns the bottom face of the frustum
Definition at line 76 of file Frustum.cpp.
| Frustum::Face Engine::Frustum::GetFrontFace |
( |
| ) |
const |
- Returns
- Returns the front face of the frustum
Definition at line 56 of file Frustum.cpp.
| Frustum::Face Engine::Frustum::GetLeftFace |
( |
| ) |
const |
- Returns
- Returns the left face of the frustum
Definition at line 81 of file Frustum.cpp.
| Frustum::Face Engine::Frustum::GetRightFace |
( |
| ) |
const |
- Returns
- Returns the right face of the frustum
Definition at line 71 of file Frustum.cpp.
| Frustum::Face Engine::Frustum::GetTopFace |
( |
| ) |
const |
- Returns
- Returns the top face of the frustum
Definition at line 66 of file Frustum.cpp.
The documentation for this class was generated from the following files: