| 4198 | } |
| 4199 | |
| 4200 | flag FSphereMeridian(real azi, real alt, CONST CIRC *pcr, int *xp, int *yp) |
| 4201 | { |
| 4202 | azi = Mod(azi + rDegQuad); |
| 4203 | CoorXform(&azi, &alt, rDegQuad); |
| 4204 | return FSphereLocal(azi, alt, pcr, xp, yp); |
| 4205 | } |
| 4206 | |
| 4207 | flag FSphereZodiac(real lon, real lat, CONST CIRC *pcr, int *xp, int *yp) |
| 4208 | { |
no test coverage detected