myMatrix.scale( x, y, z ) in Anark Studio 2.5
Scale the matrix.
Arguments
name | type | description |
---|---|---|
x | Number | Scaling x-component. |
y | Number | Scaling y-component. |
z | Number | Scaling z-component. |
- Return Type
- (none)
Description
Modifies the current matrix by right-multiplying into it the scaling matrix represented by the given X, Y and Z components.