API Reference / aspectBetween · function
Function: aspectBetween()
function aspectBetween(
engine,
bodyA,
bodyB,
jdUt,
zodiac?,
orbs?): AspectMatch | null;
The tightest major aspect between two bodies at jd, within orb, or null. orb is the signed distance from exact (degrees).
Parameters
| Parameter | Type | Default value |
|---|---|---|
engine | Engine | undefined |
bodyA | BodyId | undefined |
bodyB | BodyId | undefined |
jdUt | number | undefined |
zodiac | Zodiac | "tropical" |
orbs | Record<string, number> | DEFAULT_ORBS |
Returns
AspectMatch | null