Searched refs:rcpdirx (Results 1 – 1 of 1) sorted by relevance
111 const float rcpdirx = (dir.x != 0.0f)? (1.0f / dir.x): 10000.0f; in GetMapBoundaryIntersectionPoints() local119 l1 = ( 0.0f - start.x) * rcpdirx; in GetMapBoundaryIntersectionPoints()120 l2 = (mapwidth - start.x) * rcpdirx; in GetMapBoundaryIntersectionPoints()