FemViewer::Tile Class Reference
#include <Tile.h>
List of all members.
Public Member Functions |
| Tile (const int iImgWidth, const int iImgHeight, const float fAspectR) |
| Tile (const int iImgWidth, const int iImgHeight, const int iXmin, const int iYmin, const int iXmax, const int iYmax) |
| ~Tile () |
void | InitFrustrumMatrix (const float fFOV, const float fZNear, const float fZFar, float mout[]) const |
void | InitOrtho2DMatrix () const |
void | InitiOrtho3DMatrix (const float fFOV, const float fZNear, const float fZFar, float mout[]) const |
void | InitViewport () const |
Constructor & Destructor Documentation
FemViewer::Tile::Tile |
( |
const int |
iImgWidth, |
|
|
const int |
iImgHeight, |
|
|
const float |
fAspectR | |
|
) |
| | |
FemViewer::Tile::Tile |
( |
const int |
iImgWidth, |
|
|
const int |
iImgHeight, |
|
|
const int |
iXmin, |
|
|
const int |
iYmin, |
|
|
const int |
iXmax, |
|
|
const int |
iYmax | |
|
) |
| | |
FemViewer::Tile::~Tile |
( |
|
) |
|
Member Function Documentation
void FemViewer::Tile::InitFrustrumMatrix |
( |
const float |
fFOV, |
|
|
const float |
fZNear, |
|
|
const float |
fZFar, |
|
|
float |
mout[] | |
|
) |
| | const |
void FemViewer::Tile::InitiOrtho3DMatrix |
( |
const float |
fFOV, |
|
|
const float |
fZNear, |
|
|
const float |
fZFar, |
|
|
float |
mout[] | |
|
) |
| | const |
void FemViewer::Tile::InitOrtho2DMatrix |
( |
|
) |
const |
void FemViewer::Tile::InitViewport |
( |
|
) |
const |
The documentation for this class was generated from the following files:
- mod_fem_viewer/FemViewer/inc/Tile.h
- mod_fem_viewer/FemViewer/src/Tile.cpp