All Classes |Grouped Classes |Index

Function set_translate

Sets a translate offset matrix, ignoring any earlier model view settings.

	void CL_GraphicContext::set_translate(
		float x,
		float y,
		float z = 0.0);

Detailed description:

This offset will affect any subsequent display operations on the current displaycard, by translating the position of the display operation with the offset.