Astra SDK
v2.1.3
|
Hand Point struct 更多...
#include <Hand.hpp>
Public 成员函数 | |
HandPoint (std::int32_t trackingId, astra_handstatus_t status, Vector2i depthPosition, Vector3f worldPosition, Vector3f worldDeltaPosition) | |
constructs 更多... | |
HandPoint (const astra_handpoint_t &handPoint) | |
constructs 更多... | |
HandPoint & | operator= (const ::astra_handpoint_t &handPoint) |
copy constructs 更多... | |
operator::astra_handpoint_t * () | |
get astra_handpoint_t point 更多... | |
operator const ::astra_handpoint_t * () const | |
get astra_handpoint_t point 更多... | |
std::int32_t | tracking_id () const |
get tracking id 更多... | |
astra_handstatus_t | status () const |
get status 更多... | |
Vector2i | depth_position () const |
get depth position 更多... | |
Vector3f | world_position () const |
get world position 更多... | |
Vector3f | world_delta_position () const |
get world delta position 更多... | |
额外继承的成员函数 | |
Public 属性 继承自 astra_handpoint_t | |
int32_t | trackingId |
astra_handstatus_t | status |
astra_vector2i_t | depthPosition |
astra_vector3f_t | worldPosition |
astra_vector3f_t | worldDeltaPosition |
|
inline |
constructs
[in] | tracking | id |
[in] | status | |
[in] | depth | position |
[in] | world | position |
[in] | world | delta position |
|
inline |
constructs
[in] | handPoint |
|
inline |
|
inline |
get astra_handpoint_t point
|
inline |
get astra_handpoint_t point
|
inline |
copy constructs
[in] | handPoint |
|
inline |
|
inline |
|
inline |
get world delta position
|
inline |