pub unsafe extern "C" fn acc_processing_meter_to_points(
length: f32,
) -> i32Expand 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