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

Function WireSphereEarth

xdevice.cpp:2658–2663  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2656}
2657
2658void WireSphereEarth(real azi, real alt, int zr, int *xp, int *yp, int *zp)
2659{
2660 azi = Mod(-azi);
2661 CoorXform(&azi, &alt, rDegQuad - Lat);
2662 WireSphereLocal(azi + rDegQuad, -alt, zr, xp, yp, zp);
2663}
2664
2665
2666// Draw a chart sphere (like a chart wheel but in 3D) as done with the -XX

Callers 1

WireChartSphereFunction · 0.85

Calls 3

ModFunction · 0.85
CoorXformFunction · 0.85
WireSphereLocalFunction · 0.85

Tested by

no test coverage detected