|
VisioMove SDK (Android)
2.1.22
|
Public Member Functions | |
| VgIViewPoint () | |
| VgIViewPoint (VgIViewPoint pOther) | |
| void | setMPosition (VgPosition value) |
| VgPosition | getMPosition () |
| void | setMHeading (double value) |
| double | getMHeading () |
| void | setMPitch (double value) |
| double | getMPitch () |
This structure encapsulates a camera's viewpoint parameters.
| VgIViewPoint.VgIViewPoint | ( | ) |
Constructor.
| VgIViewPoint.VgIViewPoint | ( | VgIViewPoint | pOther | ) |
Copy constructor. Initializes the view point.
| pOther |
| double VgIViewPoint.getMHeading | ( | ) |
| double VgIViewPoint.getMPitch | ( | ) |
| VgPosition VgIViewPoint.getMPosition | ( | ) |
| void VgIViewPoint.setMHeading | ( | double | value | ) |
| void VgIViewPoint.setMPitch | ( | double | value | ) |
| void VgIViewPoint.setMPosition | ( | VgPosition | value | ) |