Home |All Classes |Grouped Classes |Index |Search

Function set_rotate

Sets a rotation matrix, ignoring any earlier model view settings.

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