pub type LEAP_HEAD_POSE_EVENT = _LEAP_HEAD_POSE_EVENT;Aliased Type§
#[repr(C, packed(1))]pub struct LEAP_HEAD_POSE_EVENT {
pub timestamp: i64,
pub head_position: _LEAP_VECTOR,
pub head_orientation: _LEAP_QUATERNION,
pub head_linear_velocity: _LEAP_VECTOR,
pub head_angular_velocity: _LEAP_VECTOR,
}Fields§
§timestamp: i64The timestamp for this image, in microseconds, referenced against LeapGetNow(). @since 4.1.0
head_position: _LEAP_VECTORThe position and orientation of the user’s head. Positional tracking must be enabled. @since 4.1.0
head_orientation: _LEAP_QUATERNION§head_linear_velocity: _LEAP_VECTORThe linear and angular velocity of the user’s head. Positional tracking must be enabled. @since 4.1.0
head_angular_velocity: _LEAP_VECTOR