functionto_vector
Map rotation object into vector
Extends from Modelica.Icons.Function (Icon for functions).
Information
Syntax
vec = TransformationMatrices.to_vector(T);
Description
This function returns a vector vec which contains elements of a transformation matrix T.
See also
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| TransformationMatrices.Orientation | T | Orientation object to rotate frame 1 into frame 2 |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real[9] | vec | Elements of T in one vector |