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