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: i64The ID of the frame corresponding to the source of the currently tracked points. @since 4.0.0
timestamp: i64The timestamp of the frame, in microseconds, referenced against LeapGetNow(). @since 4.0.0
nPoints: u32The number of points being tracked. @since 4.0.0
pPoints: *mut _LEAP_VECTORThe 3D points being mapped. @since 4.0.0
pIDs: *mut u32The IDs of the 3D points being mapped. @since 4.0.0