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

    A 3D Cartesian vector with a time attached to it.

    Holds the Cartesian coordinates of a vector in 3D space, along with the time at which the vector is valid.

    Index

    Constructors

    Properties

    t x y z

    Methods

    Constructors

    Properties

    The time at which the vector is valid.

    x: number

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

    y: number

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

    z: number

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

    Methods

    • Returns the length of the vector in astronomical units (AU).

      Returns number