acc_processing_points_to_meter

Function acc_processing_points_to_meter 

Source
pub unsafe extern "C" fn acc_processing_points_to_meter(
    points: i32,
) -> f32
Expand description

@brief Convert a distance or step length in points to meter

Does not include any zero-point offset since it is highly integration dependant. In other words, calling this function with a 0 always returns 0.0.

@param[in] points Number of points to convert to meter @return The corresponding length in meters