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

<transform>.postAxisAngle

Post multiply with Axis Angle rotation

<transform>.postAxisAngle(  
[x,y,z,deg]  
)  
[x,y,z,deg]
Axis Angle rotation

Remarks

This command will post multiply the matrix with the specified axis angle rotation.

Return Value

None

Example

X = vizmat.Transform()
X.postAxisAngle(0,1,0,90)