Inverses the euler rotation vector, and returns the result as a pipe-bar delimited list.
EulerInverse([Rotation])
Where:
Rotation is a pipe-bar delimited list representing the euler rotation vector (X|Y|Z).
Rule | Result | Meaning |
---|---|---|
EulerInverse("12|21|5") | 26.350.669|337.732|350.928 | Returns the inversed euler rotation. |
Floating Point Precision
Due to floating point precision, some calculations may not be as precise as expected.
This can be avoided by following the advice in the topic Info: Floating Point Precision.
Please see How To: Understanding Vector Functions for more information on Vectors, all the Vector functions provided in DriveWorks and use case examples.