This modules implements Euler angles functionalities.
The Euler angles are defined using a vector \([\theta, \gamma, \beta]^T \in
\mathbb{R}^3\), where \(\theta\) is the angle about \(x\), \(\gamma\) the angle
about \(y\), and \(\beta\) is the angle about \(z\)
More details about Euler angles can be found on this page.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-11-19 UTC."],[],[],null,["# Module: tfg.geometry.transformation.euler\n\n|----------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/graphics/blob/master/tensorflow_graphics/geometry/transformation/euler.py) |\n\nThis modules implements Euler angles functionalities.\n\nThe Euler angles are defined using a vector \\\\(\\[\\\\theta, \\\\gamma, \\\\beta\\]\\^T \\\\in\n\\\\mathbb{R}\\^3\\\\), where \\\\(\\\\theta\\\\) is the angle about \\\\(x\\\\), \\\\(\\\\gamma\\\\) the angle\nabout \\\\(y\\\\), and \\\\(\\\\beta\\\\) is the angle about \\\\(z\\\\)\n\nMore details about Euler angles can be found on [this page.](https://en.wikipedia.org/wiki/Euler_angles)\n| **Note:** The angles are defined in radians.\n\nFunctions\n---------\n\n[`from_axis_angle(...)`](../../../tfg/geometry/transformation/euler/from_axis_angle): Converts axis-angle to Euler angles.\n\n[`from_quaternion(...)`](../../../tfg/geometry/transformation/euler/from_quaternion): Converts quaternions to Euler angles.\n\n[`from_rotation_matrix(...)`](../../../tfg/geometry/transformation/euler/from_rotation_matrix): Converts rotation matrices to Euler angles.\n\n[`inverse(...)`](../../../tfg/geometry/transformation/euler/inverse): Computes the angles that would inverse a transformation by euler_angle."]]