| VectorVelocity Properties |
The VectorVelocity type exposes the following members.
| Name | Description | |
|---|---|---|
| Bearing |
Gets the bearing as calculated from the other properties.
| |
| EastWestExceeded |
Gets or sets a value indicating that the actual velocity along the east-west axis is higher than the value in EastWestVelocity.
| |
| EastWestVelocity |
Gets or sets the velocity in knots in either the east or west direction.
| |
| IsSoutherlyVelocity |
Gets or sets a value indicating that the north-south velocity is south.
| |
| IsWesterlyVelocity |
Gets or sets a value indicating that the east-west velocity is west.
| |
| NorthSouthExceeded |
Gets or sets a value indicating that the actual velocity along the north-south axis is higher than the value in NorthSouthVelocity.
| |
| NorthSouthVelocity |
Gets or sets the velocity in knots in either the north or south direction.
| |
| Speed |
Gets the speed in knots as calculated from the other properties.
|