All Classes |Grouped Classes |Index

Function perspective

Create a perspective matrix.

	static CL_Mat4<Type> CL_Mat4< Type >::perspective(
		Type field_of_view_y_degrees,
		Type aspect,
		Type z_near,
		Type z_far);

Detailed description:

Matrix is created in the Column-Major matrix format (opengl native)