Navigation
API > API/Plugins > API/Plugins/RigLogicLib
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
quat< T > tdm::inverse
(
const quat< T >& q |
tdm/Computations.h | ||
mat< N, N, T > tdm::inverse
(
const mat< N, N, T >& m |
tdm/Computations.h |
tdm::inverse(const quat< T > &)
| Name | tdm::inverse |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/tdm/Computations.h |
| Include Path | #include "tdm/Computations.h" |
namespace tdm
{
template<typename T>
quat < T > tdm::inverse
(
const quat < T > & q
)
}
tdm::inverse(const mat< N, N, T > &)
| Name | tdm::inverse |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/tdm/Computations.h |
| Include Path | #include "tdm/Computations.h" |
namespace tdm
{
template<dim_t N, typename T>
mat < N, N, T > tdm::inverse
(
const mat < N, N, T > & m
)
}