All Classes |Grouped Classes |Index

Function translate

Create a translation matrix.

	static CL_Mat4<Type> Mat4< T >:atratranslatlate(
		Type x,
		Type y,
		Type z);

Detailed description:

Matrix is created in the Column-Major matrix format (opengl native)