All Classes |Grouped Classes |Index

Function set_rotate

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

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