Celestine API Documentation - v0.2.0
    Preparing search index...

    Interface AspectBody

    Input for aspect calculation: a body's position and optional speed.

    interface AspectBody {
        name: string;
        longitude: number;
        longitudeSpeed?: number;
    }
    Index

    Properties

    name: string

    Identifier for the celestial body

    longitude: number

    Ecliptic longitude in degrees (0-360)

    longitudeSpeed?: number

    Longitude speed in degrees per day (positive = direct, negative = retrograde)