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

    Interface ZodiacPosition

    Position in the zodiac

    Represents a specific point on the ecliptic converted to zodiac notation.

    interface ZodiacPosition {
        sign: Sign;
        signName: string;
        longitude: number;
        degreeInSign: number;
        degree: number;
        minute: number;
        second: number;
        formatted: string;
    }
    Index

    Properties

    sign: Sign

    The zodiac sign (0-11)

    signName: string

    Sign name as string

    longitude: number

    Normalized ecliptic longitude (0-360°)

    degreeInSign: number

    Degree within the sign (0.0-29.999...)

    degree: number

    Integer degree within sign (0-29)

    minute: number

    Minutes (0-59)

    second: number

    Seconds (0-59)

    formatted: string

    Formatted string representation