acc_processing_meter_to_points

Function acc_processing_meter_to_points 

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

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

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

@param[in] length Length in meter to convert to points @return The corresponding length in points