All Classes |Grouped Classes |Index

Function mult_rotate

Adds a rotation matrix to existing model view.

	void CL_GraphicContext::mult_rotate(
		const CL_Angle & angle,
		float x = 0.0,
		float y = 0.0,
		float z = 1.0,
		bool normalize = true);