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
northMSVelocity along north direction in metres per second
eastMSVelocity along east direction in metres per second
downMSVelocity along down direction in metres per second
-
Declaration
Swift
public static func == (lhs: VelocityNed, rhs: VelocityNed) -> Bool
View on GitHub
Install in Dash
VelocityNed Structure Reference