EMANE
1.2.1
|
Holds the velocity elements associated with an NEM's location information. More...
#include <velocity.h>
Public Member Functions | |
Velocity () | |
Velocity (double dAzimuthDegrees, double dElevationDegrees, double dMagnitudeMetersPerSecond) | |
double | getAzimuthDegrees () const |
double | getElevationDegrees () const |
double | getAzimuthRadians () const |
double | getElevationRadians () const |
double | getMagnitudeMetersPerSecond () const |
bool | operator== (const Velocity &rhs) const |
Holds the velocity elements associated with an NEM's location information.
Definition at line 48 of file velocity.h.
|
inline |
Creates a default Velocity
Definition at line 36 of file velocity.inl.
|
inline |
Creates a Velocity instance
dAzimuthDegrees | Azimuth vector component in degrees |
dElevationDegrees | Elevation vector component in degrees |
dMagnitudeMetersPerSecond | Total velocity scalar in meters/second |
Definition at line 44 of file velocity.inl.
|
inline |
Gets the azimuth vector component in degrees
Definition at line 54 of file velocity.inl.
|
inline |
Gets the azimuth vector component in radians
Definition at line 72 of file velocity.inl.
|
inline |
Gets the elevation vector component in degrees
Definition at line 60 of file velocity.inl.
|
inline |
Gets the elevation vector component in radians
Definition at line 78 of file velocity.inl.
|
inline |
Gets the total veclocity scalar in meters/second
Definition at line 66 of file velocity.inl.
|
inline |
Compares instance for equality
Definition at line 84 of file velocity.inl.