API Reference / compositeLongitudes · function
Function: compositeLongitudes()
function compositeLongitudes(
engine,
jdA,
jdB,
bodies,
zodiac?): Record<string, number>;
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
| Parameter | Type | Default value |
|---|---|---|
engine | Engine | undefined |
jdA | number | undefined |
jdB | number | undefined |
bodies | BodyId[] | undefined |
zodiac | Zodiac | "tropical" |
Returns
Record<string, number>