VelocityNed

public struct VelocityNed : Equatable

VelocityNed message type.

  • Undocumented

    Declaration

    Swift

    public let northMS: Float
  • Undocumented

    Declaration

    Swift

    public let eastMS: Float
  • Undocumented

    Declaration

    Swift

    public let downMS: Float
  • Initializes a new VelocityNed.

    Declaration

    Swift

    public init(northMS: Float, eastMS: Float, downMS: Float)

    Parameters

    northMS

    Velocity along north direction in metres per second

    eastMS

    Velocity along east direction in metres per second

    downMS

    Velocity along down direction in metres per second

  • Declaration

    Swift

    public static func == (lhs: VelocityNed, rhs: VelocityNed) -> Bool