Searched refs:axis_phi (Results 1 – 1 of 1) sorted by relevance
60 const float axis_phi = std::atan2(axis.y, axis.x); in convertPrediction() local61 const float x_delta = r * std::cos(axis_phi + phi); in convertPrediction()62 const float y_delta = r * std::sin(axis_phi + phi); in convertPrediction()