#include <StaticOrbit.h>
Inheritance diagram for StaticOrbit::

Public Methods | |
| StaticOrbit (double lt=0., double ln=0.) | |
| virtual double | latitude (double time) |
| virtual double | longitude (double time) |
| virtual double | pitch (double time) |
| virtual double | yaw (double time) |
| virtual double | roll (double time) |
Protected Methods | |
| virtual void | setLatitude (double l) |
| virtual void | setLongitude (double l) |
| virtual void | setPitch (double p) |
| virtual void | setYaw (double y) |
| virtual void | setRoll (double r) |
Private Attributes | |
| double | m_lat |
| double | m_lon |
| double | m_pitch |
| double | m_yaw |
| double | m_roll |
Definition at line 18 of file StaticOrbit.h.
|
||||||||||||
|
Definition at line 20 of file StaticOrbit.h.
|
|
|
Definition at line 23 of file StaticOrbit.h. References m_lat.
00023 { return m_lat; }
|
|
|
Definition at line 24 of file StaticOrbit.h. References m_lon.
00024 { return m_lon; }
|
|
|
Definition at line 25 of file StaticOrbit.h. References m_pitch.
00025 { return m_pitch; }
|
|
|
Definition at line 27 of file StaticOrbit.h. References m_roll.
00027 { return m_roll; }
|
|
|
Reimplemented from Orbit. Definition at line 31 of file StaticOrbit.h. References m_lat.
00031 { m_lat = l; }
|
|
|
Reimplemented from Orbit. Definition at line 32 of file StaticOrbit.h. References m_lon.
00032 { m_lon = l; }
|
|
|
Reimplemented from Orbit. Definition at line 33 of file StaticOrbit.h. References m_pitch.
00033 { m_pitch = p; }
|
|
|
Reimplemented from Orbit. Definition at line 35 of file StaticOrbit.h. References m_roll.
00035 { m_roll = r; }
|
|
|
Reimplemented from Orbit. Definition at line 34 of file StaticOrbit.h. References m_yaw.
00034 { m_yaw = y; }
|
|
|
Definition at line 26 of file StaticOrbit.h. References m_yaw.
00026 { return m_yaw; }
|
|
|
Definition at line 38 of file StaticOrbit.h. Referenced by latitude(), setLatitude(), and StaticOrbit(). |
|
|
Definition at line 39 of file StaticOrbit.h. Referenced by longitude(), setLongitude(), and StaticOrbit(). |
|
|
Definition at line 40 of file StaticOrbit.h. |
|
|
Definition at line 42 of file StaticOrbit.h. |
|
|
Definition at line 41 of file StaticOrbit.h. |
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001