Vizard 7 » Command Index » Vizard objects » transform » <transform>.postScale
7.6

<transform>.postScale

Post multiply with scale

<transform>.postScale(  
[x,y,z]  
)  
[x,y,z]
Scale

Remarks

This command will post multiply the matrix with the specified scale.

Return Value

None

Example

X = vizmat.Transform()
X.postScale(2,2,2)