#include <PanoCommand.h>
Inheritance diagram for PT::RotatePanoCmd:

Public Member Functions | |
| RotatePanoCmd (Panorama &p, double yaw, double pitch, double roll) | |
| virtual bool | processPanorama (Panorama &pano) |
| virtual std::string | getName () const |
Private Attributes | |
| double | y |
| double | p |
| double | r |
Definition at line 1069 of file PanoCommand.h.
|
||||||||||||||||||||
|
Definition at line 1072 of file PanoCommand.h. |
|
|
Reimplemented from AppBase::Command< std::string >. Definition at line 1083 of file PanoCommand.h. |
|
|
Reimplemented from PT::PanoCommand. Definition at line 1076 of file PanoCommand.h. References PT::Panorama::rotate(). |
|
|
Definition at line 1089 of file PanoCommand.h. |
|
|
Definition at line 1089 of file PanoCommand.h. |
|
|
Definition at line 1089 of file PanoCommand.h. |
1.3.9.1