CopyableBuilder<Pose.Builder,Pose>
, SdkBuilder<Pose.Builder,Pose>
public static interface Pose.Builder extends CopyableBuilder<Pose.Builder,Pose>
Modifier and Type | Method | 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
apply, 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.