Searched refs:ray1x (Results 1 – 1 of 1) sorted by relevance
96 const float ray1x = x - x1; in pointToLineSegSquaredDistanceFloat() local101 const float dotProduct = ray1x * ray2x + ray1y * ray2y; in pointToLineSegSquaredDistanceFloat()