IPosNav::VelocityToBearing

This method converts east, north, and up velocity data to a bearing and two speeds.

Syntax

HRESULT VelocityToBearing( pPNVELBEAR pBearVel, const pPNVELENU pENUVel );

Parameters

pBearVel
Pointer to a PNVELBEAR structure to store bearing data.
pENUVel
Pointer to a PNVELENU structure that contains velocity data.

Return Values

S_OK indicates success. E_INVALIDARG indicates one or more arguments are invalid.

See Also

IPosNav::BearingToVelocity, PNVELBEAR, PNVELENU