Astra SDK
v2.1.3
|
Public 成员函数 | |
Body (int id, int status, int bodyFeatureFlag, Vector3D centerOfMass, Joint[] joints, HandPoseInfo handPoseInfo) | |
int | getId () |
BodyStatus | getStatus () |
Vector3D | getCenterOfMass () |
Joint[] | getJoints () |
HandPoseInfo | getHandPoseInfo () |
boolean | areJointsEnabled () |
boolean | areHandPosesEnabled () |
String | toString () |
The type Body.
|
inline |
Are hand poses enabled, see BodyTrackingFeatureFlags. Can change this with setBodyFeatures or setDefaultBodyFeatures.
|
inline |
Are joints enabled, see BodyTrackingFeatureFlags. Can change this with setBodyFeatures or setDefaultBodyFeatures.
|
inline |
Get center of mass of body in world space.
|
inline |
Gets hand pose info.
|
inline |
Get id of the body. The id is a random number from 1 to 255.