pub unsafe extern "C" fn LeapScaleOffsetMatrix(
    hConnection: LEAP_CONNECTION,
    camera: eLeapPerspectiveType,
    dest: *mut f32
)
Expand description

\ingroup Functions This finds the default device and returns the result of LeapScaleOffsetMatrixEx() @sa LeapScaleOffsetMatrixEx for additional information

@param hConnection The connection handle created by LeapCreateConnection(). @param camera The camera to use, a member of the eLeapPerspectiveType enumeration @param[out] dest A pointer to a single-precision float array of size 16, containing the coefficients of the 4x4 matrix in Column Major order @since 5.x.x