SimpleGL  1.1.0
A framework for platform independent rendering
sgl::Projection Member List

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::Projectionstatic
identity()sgl::Projectionstatic
ortho(float left, float right, float bottom, float top, float zNear, float zFar)sgl::Projectionstatic
perspective(float fovy, float aspect, float zNear, float zFar)sgl::Projectionstatic