Siddhanta Parity API Documentation - v1.3.0
    Preparing search index...
    • Applies a rotation to a state vector, yielding a rotated vector.

      This function transforms a state vector in one orientation to a vector in another orientation.

      Parameters

      • rotation: RotationMatrix

        A rotation matrix that specifies how the orientation of the state vector is to be changed.

      • state: StateVector

        The state vector whose orientation is to be changed. Both the position and velocity components are transformed.

      Returns StateVector

      A state vector in the orientation specified by rotation.