Home
last modified time | relevance | path

Searched refs:rcpdirx (Results 1 – 1 of 1) sorted by relevance

/dports/games/spring/spring_98.0/rts/System/
H A DmyMath.cpp111 const float rcpdirx = (dir.x != 0.0f)? (1.0f / dir.x): 10000.0f; in GetMapBoundaryIntersectionPoints() local
119 l1 = ( 0.0f - start.x) * rcpdirx; in GetMapBoundaryIntersectionPoints()
120 l2 = (mapwidth - start.x) * rcpdirx; in GetMapBoundaryIntersectionPoints()