Home
last modified time | relevance | path

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

/dports/games/stuntrally/stuntrally-2.6.1/source/road/
H A DRoad_Rebuild.cpp136 Real ay1 = mP[seg].aYaw, ay2 = mP[seg1].aYaw, ay21 = ay2-ay1; in BuildSeg() local
139 while (ay21 > asw) ay21 -= 2*asw; while (ay21 <-asw) ay21 += 2*asw; in BuildSeg()
173 { Real ay = ay1 + ay21 * l; // linear- in BuildSeg()