Siddhanta Parity API Documentation - v1.3.0
    Preparing search index...

    Holds spherical coordinates: latitude, longitude, distance.

    Spherical coordinates represent the location of a point using two angles and a distance.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • lat: number
      • lon: number
      • dist: number

      Returns Spherical

    Properties

    dist: number

    Distance in AU.

    lat: number

    The latitude angle: -90..+90 degrees.

    lon: number

    The longitude angle: 0..360 degrees.