All Classes |Grouped Classes |Index

Function rotate

Create a rotation matrix.

	static CL_Mat3<Type> CL_Mat3< Type >::rotate(
		const CL_Angle & angle,
		Type x,
		Type y,
		Type z,
		bool normalize = true);

Detailed description:

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