Monado OpenXR Runtime
|
Hand Tracking API interface. More...
#include "u_hand_tracking.h"
#include "math/m_mathinclude.h"
#include "math/m_api.h"
#include "math/m_space.h"
#include "math/m_vec3.h"
#include "util/u_time.h"
Macros | |
#define | DEG_TO_RAD(DEG) (DEG * M_PI / 180.) |
Functions | |
bool | u_hand_joint_is_metacarpal (enum xrt_hand_joint joint) |
bool | u_hand_joint_is_proximal (enum xrt_hand_joint joint) |
bool | u_hand_joint_is_intermediate (enum xrt_hand_joint joint) |
bool | u_hand_joint_is_distal (enum xrt_hand_joint joint) |
bool | u_hand_joint_is_tip (enum xrt_hand_joint joint) |
bool | u_hand_joint_is_thumb (enum xrt_hand_joint joint) |
void | u_hand_joints_apply_joint_width (struct xrt_hand_joint_set *set) |
Applies joint width to set. More... | |
Hand Tracking API interface.