|
osgEarth 2.1.1
|
Inheritance diagram for osgEarth::Util::EarthManipulator::Task:
Collaboration diagram for osgEarth::Util::EarthManipulator::Task:Public Member Functions | |
| Task () | |
| void | set (TaskType type, double dx, double dy, double duration=DBL_MAX) |
Public Attributes | |
| TaskType | _type |
| double | _dx |
| double | _dy |
| double | _duration_s |
Definition at line 693 of file EarthManipulator.
| osgEarth::Util::EarthManipulator::Task::Task | ( | ) | [inline] |
Definition at line 695 of file EarthManipulator.
| void osgEarth::Util::EarthManipulator::Task::set | ( | TaskType | type, |
| double | dx, | ||
| double | dy, | ||
| double | duration = DBL_MAX |
||
| ) | [inline] |
Definition at line 696 of file EarthManipulator.
{
_type = type; _dx = dx; _dy = dy; _duration_s = duration;
}
Definition at line 701 of file EarthManipulator.
Definition at line 700 of file EarthManipulator.
Definition at line 700 of file EarthManipulator.
Definition at line 699 of file EarthManipulator.
1.7.3