All Classes |Grouped Classes |Index

Function translate_self

Translate this matrix.

	CL_Mat4<Type>& CL_Mat4< Type >::translate_self(
		Type x,
		Type y,
		Type z);

Detailed description:

Matrix is assumed to be in the Column-Major matrix format (opengl native)This is faster than using: multiply(CL_Mat4::translate(x,y,z) )