All Classes |Grouped Classes |Index

Function rotate

Create a rotation matrix.

	static CL_Mat3<Type&gCL_Mat3&ltype &g >::rotrotate(
		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)