#include <command.h>
Inheritance diagram for CommandLookBack:


Public Member Functions | |
| CommandLookBack () | |
| void | process (ExecutionEnvironment &) |
Private Attributes | |
| int | dummy |
|
|
Definition at line 448 of file command.cpp. 00449 {
00450 }
|
|
|
Implements InstantaneousCommand. Definition at line 452 of file command.cpp. 00453 {
00454 env.getSimulation()->reverseObserverOrientation();
00455 }
|
|
|
|
1.4.1