tfg.geometry.transformation.euler.inverse

Computes the angles that would inverse a transformation by euler_angle.

In the following, A1 to An are optional batch dimensions.

euler_angle A tensor of shape [A1, ..., An, 3], where the last dimension represents the three Euler angles.
name A name for this op that defaults to "euler_inverse".

A tensor of shape [A1, ..., An, 3], where the last dimension represents the three Euler angles.

ValueError If the shape of euler_angle is not supported.