Home |All Classes |Grouped Classes |Index |Search

Function mult_rotate

Adds a rotation matrix to existing model view.

	void CL_GraphicContext::mult_rotate(
		float angle_degrees,
		float x = 0.0,
		float y = 0.0,
		float z = 1.0,
		bool normalize = true);