Pose
public struct Pose : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Value representing the face rotation on the pitch axis.
Declaration
Swift
public let pitch: Float?
-
Value representing the face rotation on the roll axis.
Declaration
Swift
public let roll: Float?
-
Value representing the face rotation on the yaw axis.
Declaration
Swift
public let yaw: Float?
-
Undocumented
Declaration
Swift
public init(pitch: Float? = nil, roll: Float? = nil, yaw: Float? = nil)