이 페이지가 있는 버전:
이 페이지가 없는 버전:
Creates a scaling matrix.
Returned matrix is such that scales along coordinate axes by a vector v. The matrix looks like this:
v
v.x 0 0 0 0 v.y 0 0 0 0 v.z 0 0 0 0 1
See Also: TRS function.