IDewarp |
public interface IDewarpController
The IDewarpController type exposes the following members.
| Name | Description | |
|---|---|---|
| Pan | The pan-angle (in radian) of the view state. Should be used to get actual pan-angle for storing a preposition. | |
| Tilt | The tilt-angle (in radian) of the view state. Should be used to get actual tilt-angle for storing a preposition. | |
| Zoom | The zoom factor (in radian) of the view state. Should be used to get actual zoom factor for storing a preposition. In fact values near 0 are returned when max zoom in is set. |
| Name | Description | |
|---|---|---|
| MovePanTiltZoom | Moves the view to a new position with the provided speed parameters. To stop the moving provide 0 as value for the corresponding parameter. | |
| PanTiltZoom | Sets the view to a new position with the provided parameters. Should be used to set a stored preposition. |