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

<transform>.makeScale

Set matrix to scale matrix

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

Remarks

This command will set the matrix to represent a scale matrix with the specified scale.

Return Value

None

Example

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