<controlpoint>.setAxisAngle

Set the axis-angle rotation of the control point

 

<controlpoint>.setAxisAngle(
    [x,y,z,degree]    

)

 

[x,y,z,degree]

Axis-Angle rotation


Remarks

Set the axis-angle rotation of this control point. If you don't specify a rotation value then this control point will not affect the rotation of the path.

Return Value

None

Example

cp = viz.addControlPoint()
#The axis-angle rotation at this control point will be (0,1,0,90)
cp.setAxisAngle([0,1,0,90])

See also

<controlpoint>.setRotateMode
<controlpoint>.setQuat