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

Function FSphereMeridian

xcharts1.cpp:4200–4205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4198}
4199
4200flag 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
4207flag FSphereZodiac(real lon, real lat, CONST CIRC *pcr, int *xp, int *yp)
4208{

Callers 1

XChartSphereFunction · 0.85

Calls 3

ModFunction · 0.85
CoorXformFunction · 0.85
FSphereLocalFunction · 0.85

Tested by

no test coverage detected