Searched refs:dist2_x (Results 1 – 1 of 1) sorted by relevance
166 const float dist2_x = (keypoint2.pos_.x - translation.x) - old_center.x; in FillScales() local174 if (((dist2_x > EPSILON && dist1_x > EPSILON) || in FillScales()175 (dist2_x < -EPSILON && dist1_x < -EPSILON)) && in FillScales()178 scales[i].x = dist2_x / dist1_x; in FillScales()