Home
last modified time | relevance | path

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

/dports/graphics/libdmtx/libdmtx-0.7.5/test/multi_test/
H A Ddmtxhough.c312 int phi128, phiBeg, phiEnd; in VanishHoughAccumulate() local
324 phiEnd = phiLine + 20; in VanishHoughAccumulate()
327 for(phi = phiBeg; phi <= phiEnd; phi++) in VanishHoughAccumulate()
/dports/games/ufoai/ufoai-2.5-source/src/client/cgame/campaign/
H A Dcp_geoscape.cpp530 float phiStart, phiEnd, dPhi, phi; in GEO_CalcLine() local
562 phiEnd = atan2(e[1], cosTrafo * e[2] - sinTrafo * e[0]); in GEO_CalcLine()
565 if (phiEnd < phiStart - M_PI) in GEO_CalcLine()
566 phiEnd += 2 * M_PI; in GEO_CalcLine()
567 if (phiEnd > phiStart + M_PI) in GEO_CalcLine()
568 phiEnd -= 2 * M_PI; in GEO_CalcLine()
570 n = (phiEnd - phiStart) / M_PI * LINE_MAXSEG; in GEO_CalcLine()
576 line->distance = fabs(phiEnd - phiStart) / n * todeg; in GEO_CalcLine()
580 dPhi = (phiEnd - phiStart) / n; in GEO_CalcLine()