All Classes |Grouped Classes |Index
Create a frustum matrix.
static CL_Mat4<Type> CL_Mat4< Type >::frustum( Type left, Type right, Type bottom, Type top, Type z_near, Type z_far);
Detailed description:
Matrix is created in the Column-Major matrix format (opengl native)