<transform>.setAxisAngle

Set the axis angle rotation

 

<transform>.setAxisAngle(
    [x,y,z,deg]    

)

 

[x,y,z,deg]

Axis Angle rotation


Remarks

This command will set the rotation component of the matrix to the specified axis angle rotation.

Return Value

None

Example

X = vizmat.Transform()
X.setAxisAngle(0,1,0,45)