All Classes |Grouped Classes |Index

Function ortho

Create a ortho matrix.

	static CL_Mat4<Type& CL_Mat4&lType &e >::ortortho(
		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)