to_T_invReturn inverse transformation matrix T_inv from orientation object R |
This information is part of the Modelica Standard Library maintained by the Modelica Association.
T_inv = TransformationMatrices.to_T_inv(R);
This function returns a real matrix T_inv which is inverse to a transformation matrix R.
R |
Type: Orientation Description: Orientation object to rotate frame 1 into frame 2 |
---|
T_inv |
Type: Real[3,3] Description: Inverse transformation matrix to transform vector from frame 2 into frame 1 (v1=T_inv*v2) |
---|