All Classes |Grouped Classes |Index

Function scale_self

Scale this matrix.

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

Detailed description:

This is faster than using: multiply(CL_Mat4::scale(x,y,z) )