Inertial frame to TNW local orbital frame transformation matrix
[M] = CL_fr_tnwMat(pos_car,vel_car)
Computes the frame transformation matrix M from the inertial reference frame to the TNW local orbital frame.
The inertial frame is implicitly the frame relative to which the satellite's position and velocity are defined. The TNW local frame is built using these position and velocity vectors.
By convention, M multiplied by coordinates relative to the inertial frame yields coordinates relative to the TNW frame.
See Local Frames for more details on the definition of local frames.
satellite's position relative to the inertial frame [m] (3xN)
satellite's velocity relative to the inertial frame [m/s] (3xN)
inertial frame to TNW local frame transformation matrix (3x3xN)
1) Mecanique spatiale, CNES - Cepadues 1995, Tome I, section 10.2.2.3 (Definition du Repere orbital local)
2) CNES - MSLIB FORTRAN 90, Volume O (mo_def_tnw)
CNES - DCT/SB