Home Search

DriveWorks Pro 23
EulerInverse

Send Feedback

EulerInverse

Inverses the euler rotation vector, and returns the result as a pipe-bar delimited list.

Syntax

EulerInverse([Rotation])

Where:

Rotation is a pipe-bar delimited list representing the euler rotation vector (X|Y|Z).

Examples

RuleResultMeaning
EulerInverse("12|21|5")26.350.669|337.732|350.928Returns 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.