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