Open topic with navigation
<transform>.setScale
Set the scale of the matrix
<transform>.setScale( |
|
[x,y,z] |
) |
|
[x,y,z]
The scale along the [x,y,z] axes
Remarks
Set the scale of the matrix
Return Value
None
Example
X = vizmat.Transform()
X.setScale(2,2,2)