hello guys this is a strong 2018 resolver, best on this site..
enjoy this
static float pred_foot_delta(const std::deque<std::shared_ptr<lag_record>>& records) { // delay updates will suffer instantly
if (records.size() < 3)
return 0.0f;
std::vector<float> deltas...