API Reference / compositeLongitudes · function
Function: compositeLongitudes()
function compositeLongitudes(
engine,
jdA,
jdB,
bodies,
zodiac?): Record<string, number>;
Defined in: derived.ts:89
Midpoint-method composite: the shorter-arc midpoint of each body's two longitudes. Angles compose the same way via midpointLon on the two ASC/MC.
Parameters
engine
jdA
number
jdB
number
bodies
BodyId[]
zodiac?
Zodiac = "tropical"
Returns
Record<string, number>