| 2638 | } |
| 2639 | |
| 2640 | void WireSphereMeridian(real azi, real alt, int zr, int *xp, int *yp, int *zp) |
| 2641 | { |
| 2642 | azi = Mod(azi + rDegQuad); |
| 2643 | CoorXform(&azi, &alt, rDegQuad); |
| 2644 | WireSphereLocal(azi, alt, zr, xp, yp, zp); |
| 2645 | } |
| 2646 | |
| 2647 | void WireSphereZodiac(real lon, real lat, int zr, int *xp, int *yp, int *zp) |
| 2648 | { |
no test coverage detected