PNVELENU

This structure contains velocity details in the east, north, and up format.

Syntax

typedef struct tagPNVELENU{
PNDouble
dEast;
PNDouble
dNorth;
PNDouble
dUp;
} PNVELENU;

Members

dEast
East velocity in meters per second
dNorth
North velocity in meters per second
dUp
Up velocity in meters per second

Remarks

A westward velocity is expressed as a negative east velocity and a southward velocity is expressed as a negative north velocity.