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

<transform>.preScale

Pre multiply with scale

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

Remarks

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

Return Value

None

Example

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