AngleBody
public struct AngleBody : Equatable
Body angle type
-
Undocumented
Declaration
Swift
public let rollRad: Float -
Undocumented
Declaration
Swift
public let pitchRad: Float -
Undocumented
Declaration
Swift
public let yawRad: Float -
Initializes a new
AngleBody.Declaration
Swift
public init(rollRad: Float, pitchRad: Float, yawRad: Float)Parameters
rollRadRoll angle in radians.
pitchRadPitch angle in radians.
yawRadYaw angle in radians.
-
Declaration
Swift
public static func == (lhs: AngleBody, rhs: AngleBody) -> Bool
View on GitHub
Install in Dash
AngleBody Structure Reference