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

Function ChRet

general.cpp:1691–1698  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1689// retrograde, or potentially "S" for stationary if the velocity is near 0.
1690
1691char ChRet(real dir)
1692{
1693 if (RAbs(dir) < us.rStation)
1694 return 'S';
1695 if (dir < 0.0)
1696 return chRet;
1697 return ' ';
1698}
1699
1700
1701// Given a zodiac position, return a string containing it as it's formatted

Callers 9

ChartListingRelationFunction · 0.85
DisplayArabicFunction · 0.85
DrawSidebarFunction · 0.85
DrawSymbolRingFunction · 0.85
ChartEphemerisFunction · 0.85
ChartListingFunction · 0.85
PrintWheelSlotFunction · 0.85
ChartSectorFunction · 0.85
ChartMoonsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected