<transform>.makeAxisAngle

Set matrix to Axis Angle rotation matrix

 

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

)

 

[x,y,z,deg]

Axis Angle rotation


Remarks

This command will set the matrix to represent a rotation matrix with the specified axis angle.

Return Value

None

Example

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