LEAP_POINT_MAPPING

Type Alias LEAP_POINT_MAPPING 

Source
pub type LEAP_POINT_MAPPING = _LEAP_POINT_MAPPING;

Aliased Type§

#[repr(C, packed(1))]
pub struct LEAP_POINT_MAPPING { pub frame_id: i64, pub timestamp: i64, pub nPoints: u32, pub pPoints: *mut _LEAP_VECTOR, pub pIDs: *mut u32, }

Fields§

§frame_id: i64

The ID of the frame corresponding to the source of the currently tracked points. @since 4.0.0

§timestamp: i64

The timestamp of the frame, in microseconds, referenced against LeapGetNow(). @since 4.0.0

§nPoints: u32

The number of points being tracked. @since 4.0.0

§pPoints: *mut _LEAP_VECTOR

The 3D points being mapped. @since 4.0.0

§pIDs: *mut u32

The IDs of the 3D points being mapped. @since 4.0.0