scale
Description:
public void scale (
float sx,
float sy,
float sz)
Multiplies this with a transform matrix that scales along the X, Y and Z axis.
Parameters:
| this |
A 4x4 transformation matrix
|
| sx |
The X scale factor
|
| sy |
The Y scale factor
|
| sz |
The Z scale factor
|