|
FERS 1.0.0
The Flexible Extensible Radar Simulator
|
Represents a single waypoint for a rotation path. More...
#include "api.h"
Public Attributes | |
| double | time |
| Time in seconds. | |
| double | azimuth |
| Azimuth angle in compass units (0=North, pi/2 or 90=East). | |
| double | elevation |
| Elevation angle in compass units (positive up). | |
Represents a single waypoint for a rotation path.
Angles are in compass units (CW from North) selected by the caller.
| double fers_rotation_waypoint_t::azimuth |
| double fers_rotation_waypoint_t::elevation |
| double fers_rotation_waypoint_t::time |
Time in seconds.
Definition at line 480 of file api.h.
Referenced by fers_get_interpolated_rotation_path().