Astra SDK
v2.1.3
|
Body joint 更多...
#include <Body.hpp>
Public 成员函数 | |
JointType | type () const |
Gets the type of joint | |
JointStatus | status () const |
Gets the current status of the Joint | |
const Vector2f & | depth_position () const |
Gets the depth ("projective") position of the Joint 更多... | |
const Vector3f & | world_position () const |
Gets the real world position of the Joint | |
const Matrix3x3 & | orientation () const |
Gets the 3x3 Rotation matrix representing the rotation of this joint. | |
友元 | |
class | Body |
Body joint
Encapsulates information about a particular joint. Joint positions are provided in both projective and world coordinates.
|
inline |
Gets the depth ("projective") position of the Joint
The position reported is given with respect to BodyFrame::width and BodyFrame::height, which are the same dimensions as those of the input DepthMap