<transform>.preAxisAngle

Pre multiply with Axis Angle rotation

 

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

)

 

[x,y,z,deg]

Axis Angle rotation


Remarks

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

Return Value

None

Example

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