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


Public Member Functions | |
| CommandSetPosition (const UniversalCoord &) | |
| void | process (ExecutionEnvironment &) |
Private Attributes | |
| UniversalCoord | pos |
|
|
Definition at line 420 of file command.cpp. 00420 : pos(uc) 00421 { 00422 }
|
|
|
Implements InstantaneousCommand. Definition at line 424 of file command.cpp. References pos. 00425 {
00426 env.getSimulation()->setObserverPosition(pos);
00427 }
|
|
|
Definition at line 353 of file command.h. Referenced by process(). |
1.4.1