Reset link
<link>.reset( | |
flag | |
) |
Reset flags | |
viz.RESET_X | Recenter the link to the current X position of the source. |
viz.RESET_Y | Recenter the link to the current Y position of the source. |
viz.RESET_Z | Recenter the link to the current Z position of the source. |
viz.RESET_POS | Recenter the link to the current position of the source. This is equal to (viz.RESET_X|viz.RESET_Y|viz.RESET_Z) |
viz.RESET_ORI_LOCAL | Reset orientation so that subsequent movements are relative to the local coordinate system of the source. |
viz.RESET_ORI_WORLD | Reset orientation so that subsequent movements are relative to the world coordinate system of the source. |
viz.RESET_ORI_HEADING | Reset orientation so that the current heading is virtual north. The pitch, and roll will not be affected. |
viz.RESET_ORI_RAW | Reset orientation to use the raw values from the source. |
viz.RESET_OPERATORS | Remove all operators from link. |