vec = TransformationMatrices.to_vector(T);
This function returns a vector vec which contains elements of a transformation matrix T.
function to_vector extends Modelica.Icons.Function; input TransformationMatrices.Orientation T "Orientation object to rotate frame 1 into frame 2"; output Real vec[9] "Elements of T in one vector"; end to_vector;