public static interface Pose.Builder extends SdkPojo, CopyableBuilder<Pose.Builder,Pose>
Modifier and Type | Method and Description |
---|---|
Pose.Builder |
pitch(Float pitch)
Value representing the face rotation on the pitch axis.
|
Pose.Builder |
roll(Float roll)
Value representing the face rotation on the roll axis.
|
Pose.Builder |
yaw(Float yaw)
Value representing the face rotation on the yaw axis.
|
copy
applyMutation, build
Pose.Builder roll(Float roll)
Value representing the face rotation on the roll axis.
roll
- Value representing the face rotation on the roll axis.Pose.Builder yaw(Float yaw)
Value representing the face rotation on the yaw axis.
yaw
- Value representing the face rotation on the yaw axis.Pose.Builder pitch(Float pitch)
Value representing the face rotation on the pitch axis.
pitch
- Value representing the face rotation on the pitch axis.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.