API Reference / transitAspects · function
Function: transitAspects()
function transitAspects(
natal,
engine,
transitJd,
opts?): TransitHit[];
Transiting bodies aspecting a natal chart at transitJd. Natal longitudes are
fixed; phase reflects the transiting body's motion toward the natal point.
Parameters
| Parameter | Type |
|---|---|
natal | Chart |
engine | Engine |
transitJd | number |
opts | { bodies?: BodyId[]; maxOrb?: number; orbs?: Record<string, number>; zodiac?: Zodiac; } |
opts.bodies? | BodyId[] |
opts.maxOrb? | number |
opts.orbs? | Record<string, number> |
opts.zodiac? | Zodiac |