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

    A combination of a position vector, a velocity vector, and a time.

    Holds the state vector of a body at a given time, including its position, velocity, and the time they are valid.

    Index

    Constructors

    Properties

    t vx vy vz x y z

    Constructors

    • Parameters

      • x: number
      • y: number
      • z: number
      • vx: number
      • vy: number
      • vz: number
      • t: AstroTime

      Returns StateVector

    Properties

    The time at which the vector is valid.

    vx: number

    The velocity x-coordinate expressed in AU/day.

    vy: number

    The velocity y-coordinate expressed in AU/day.

    vz: number

    The velocity z-coordinate expressed in AU/day.

    x: number

    The position x-coordinate expressed in astronomical units (AU).

    y: number

    The position y-coordinate expressed in astronomical units (AU).

    z: number

    The position z-coordinate expressed in astronomical units (AU).