Castor3D
..
|
This is the complete list of members for Castor3D::Viewport, including all inherited members.
Frustum(Engine &p_engine, real p_left, real p_right, real p_bottom, real p_top, real p_near, real p_far) | Castor3D::Viewport | static |
GetBottom() const | Castor3D::Viewport | inline |
GetFar() const | Castor3D::Viewport | inline |
GetFovY() const | Castor3D::Viewport | inline |
GetFrustumPlane(eFRUSTUM_PLANE p_ePlane) const | Castor3D::Viewport | inline |
GetHeight() const | Castor3D::Viewport | inline |
GetLeft() const | Castor3D::Viewport | inline |
GetNear() const | Castor3D::Viewport | inline |
GetProjection() const | Castor3D::Viewport | inline |
GetRatio() const | Castor3D::Viewport | inline |
GetRight() const | Castor3D::Viewport | inline |
GetSize() const | Castor3D::Viewport | inline |
GetTop() const | Castor3D::Viewport | inline |
GetType() const | Castor3D::Viewport | inline |
GetWidth() const | Castor3D::Viewport | inline |
IsModified() const | Castor3D::Viewport | inline |
Ortho(Engine &p_engine, real p_left, real p_right, real p_bottom, real p_top, real p_near, real p_far) | Castor3D::Viewport | static |
Perspective(Engine &p_engine, Castor::Angle const &p_fovy, real p_aspect, real p_near, real p_far) | Castor3D::Viewport | static |
Render(Pipeline &p_pipeline) | Castor3D::Viewport | |
SetBottom(real p_rBottom) | Castor3D::Viewport | inline |
SetFar(real p_rFar) | Castor3D::Viewport | inline |
SetFovY(Castor::Angle const &p_aFovY) | Castor3D::Viewport | inline |
SetLeft(real p_rLeft) | Castor3D::Viewport | inline |
SetNear(real p_rNear) | Castor3D::Viewport | inline |
SetRatio(real p_rRatio) | Castor3D::Viewport | inline |
SetRight(real p_rRight) | Castor3D::Viewport | inline |
SetSize(const Castor::Size &p_size) | Castor3D::Viewport | inline |
SetTop(real p_rTop) | Castor3D::Viewport | inline |
SetType(eVIEWPORT_TYPE p_type) | Castor3D::Viewport | inline |
string_type | Castor3D::Viewport | static |
Viewport(Engine &p_engine, eVIEWPORT_TYPE p_type) | Castor3D::Viewport | |
~Viewport() | Castor3D::Viewport | virtual |