Navigation
API > API/Plugins > API/Plugins/RigLogicLib
Description
Dispatcher function for Euler extraction. The rot_sign parameter indicates the rotation direction convention per axis. Negative rotation direction means the sine terms were negated when building the matrix. The sign is applied in the mat_to_euler structs to match the original convention.
| Name | tdm::impl::mat2euler |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/tdm/Transforms.h |
| Include Path | #include "tdm/Transforms.h" |
namespace tdm
{
namespace impl
{
template<typename T>
rad3< T > tdm::impl::mat2euler
(
const mat3< T > & m,
rot_seq seq,
rot_sign signs
)
}
}