Creates a scaling matrix.
Returned matrix is such that scales along coordinate axes by a vector v. The matrix looks like this:
v.x 0 0 00 v.y 0 00 0 v.z 00 0 0 1
See Also: TRS function.