All Classes |Grouped Classes |Index

Function mult_translate

Adds the translate offset.

	void CL_GraphicContext::mult_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. The offset will be offset by any previous offsets pushed onto the stack, eg. it inherits the previous offset.