MCPcopy Create free account
hub / github.com/CruiserOne/Astrolog / WireSphereMeridian

Function WireSphereMeridian

xdevice.cpp:2640–2645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2638}
2639
2640void 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
2647void WireSphereZodiac(real lon, real lat, int zr, int *xp, int *yp, int *zp)
2648{

Callers 1

WireChartSphereFunction · 0.85

Calls 3

ModFunction · 0.85
CoorXformFunction · 0.85
WireSphereLocalFunction · 0.85

Tested by

no test coverage detected