SpeedBody
public struct SpeedBody : Equatable
Speed type, represented in the Body (X Y Z) frame and in metres/second.
-
Undocumented
Declaration
Swift
public let xMS: Float -
Undocumented
Declaration
Swift
public let yMS: Float -
Undocumented
Declaration
Swift
public let zMS: Float -
Initializes a new
SpeedBody.Declaration
Swift
public init(xMS: Float, yMS: Float, zMS: Float)Parameters
xMSVelocity in X in metres/second.
yMSVelocity in Y in metres/second.
zMSVelocity in Z in metres/second.
-
Declaration
Swift
public static func == (lhs: SpeedBody, rhs: SpeedBody) -> Bool
View on GitHub
Install in Dash
SpeedBody Structure Reference