QHillsToBody:
--------------------------------------------------------------------------
Compute the Hills-to-Body quaternion given the ECI position and velocity, and
the ECI-to-Body quaternion.
Since version 7.
--------------------------------------------------------------------------
Form:
qHB = QHillsToBody( r, v, qEB );
--------------------------------------------------------------------------
------
Inputs
------
r (3,:) ECI position [km]
v (3,:) ECI velocity [km/s]
qEB (4,:) ECI-to-Body quaternion
-------
Outputs
-------
qHB (4,:) Hills-to-Body quaternion
--------------------------------------------------------------------------
Children:
AeroUtils: Coord/QHills
AeroUtils: Coord/QLVLH
Common: Quaternion/Mat2Q
Common: Quaternion/QMult
Common: Quaternion/QPose