All Classes |Grouped Classes |Index
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) )