public class HeadPose extends AbstractModel
skipSign
Constructor and Description |
---|
HeadPose() |
HeadPose(HeadPose source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getPitch()
Get 上下偏移[-30,30]。
|
Long |
getRoll()
Get 平面旋转[-180,180]。
|
Long |
getYaw()
Get 左右偏移[-30,30]。
|
void |
setPitch(Long Pitch)
Set 上下偏移[-30,30]。
|
void |
setRoll(Long Roll)
Set 平面旋转[-180,180]。
|
void |
setYaw(Long Yaw)
Set 左右偏移[-30,30]。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public HeadPose()
public HeadPose(HeadPose source)
public Long getPitch()
public void setPitch(Long Pitch)
Pitch
- 上下偏移[-30,30]。public Long getYaw()
public void setYaw(Long Yaw)
Yaw
- 左右偏移[-30,30]。public Long getRoll()
public void setRoll(Long Roll)
Roll
- 平面旋转[-180,180]。Copyright © 2023. All rights reserved.