SimpleGL
1.1.0
A framework for platform independent rendering
|
This is the complete list of members for sgl::Projection, including all inherited members.
frustum(float left, float right, float bottom, float top, float zNear, float zFar) | sgl::Projection | static |
identity() | sgl::Projection | static |
ortho(float left, float right, float bottom, float top, float zNear, float zFar) | sgl::Projection | static |
perspective(float fovy, float aspect, float zNear, float zFar) | sgl::Projection | static |