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

Function FSpherePrime

xcharts1.cpp:4194–4198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4192}
4193
4194flag FSpherePrime(real azi, real alt, CONST CIRC *pcr, int *xp, int *yp)
4195{
4196 CoorXform(&azi, &alt, rDegQuad);
4197 return FSphereLocal(azi + rDegQuad, alt, pcr, xp, yp);
4198}
4199
4200flag FSphereMeridian(real azi, real alt, CONST CIRC *pcr, int *xp, int *yp)
4201{

Callers 1

XChartSphereFunction · 0.85

Calls 2

CoorXformFunction · 0.85
FSphereLocalFunction · 0.85

Tested by

no test coverage detected