Searched refs:y_delta (Results 1 – 1 of 1) sorted by relevance
62 const float y_delta = r * std::sin(axis_phi + phi); in convertPrediction() local63 return {.x = axisTo.x + x_delta, .y = axisTo.y + y_delta}; in convertPrediction()