Rotate the view according to axis angle parameters
| <viewpoint>.setAxisAngle( | |
| [x,y,z,deg] | |
| mask = viz.HEAD_ORI | # Positional argument |
| mode = viz.ABS_PARENT | # Positional argument |
)
[x,y,z,deg]
Axis-angle rotation
mask = viz.HEAD_ORI
This tells which transform to apply the rotation to. This can be either viz.HEAD_ORI or viz.BODY_ORI
mode = viz.ABS_PARENT
Can be one of the following:
|
Transform modes |
|
|
viz.ABS_PARENT |
Perform the transformation absolutely in world coordinates. |
|
viz.REL_LOCAL |
Perform the transformation relative to the local coordinate system. |
|
viz.REL_PARENT |
Perform the transformation relatively in world coordinates. |
Use this fucntion to rotate a viewpoint.
None
<viewpoint>.setEuler
<viewpoint>.setMatrix
<viewpoint>.setQuat