Click or drag to resize
VectorVelocity Properties

The VectorVelocity type exposes the following members.

Properties
  NameDescription
Public propertyBearing
Gets the bearing as calculated from the other properties.
Public propertyEastWestExceeded
Gets or sets a value indicating that the actual velocity along the east-west axis is higher than the value in EastWestVelocity.
Public propertyEastWestVelocity
Gets or sets the velocity in knots in either the east or west direction.
Public propertyIsSoutherlyVelocity
Gets or sets a value indicating that the north-south velocity is south.
Public propertyIsWesterlyVelocity
Gets or sets a value indicating that the east-west velocity is west.
Public propertyNorthSouthExceeded
Gets or sets a value indicating that the actual velocity along the north-south axis is higher than the value in NorthSouthVelocity.
Public propertyNorthSouthVelocity
Gets or sets the velocity in knots in either the north or south direction.
Public propertySpeed
Gets the speed in knots as calculated from the other properties.
Top
See Also