|
isce3 0.25.0
|
Data structure to store a peg point. More...
#include <Peg.h>
Public Member Functions | |
| Peg (double lt, double ln, double hd) | |
| Simple peg point constructor. | |
| Peg () | |
| Empty constructor. | |
| Peg (const Peg &p) | |
| Copy constructor. | |
| Peg & | operator= (const Peg &) |
| Assignment operator. | |
Public Attributes | |
| double | lat |
| double | lon |
| double | hdg |
Data structure to store a peg point.
Peg points are used for SCH coordinate system representation for UAVSAR
|
inline |
Simple peg point constructor.
| [in] | lt | Latitude in radians |
| [in] | ln | Longitude in radians |
| [in] | hd | Heading in radians |
1.13.2.