All Classes |Grouped Classes |Index

Function scale

Create a scale matrix.

	static CL_Mat4<Type> CL_Mat4< Type >::scale(
		Type x,
		Type y,
		Type z);