Navigation
API > API/Plugins > API/Plugins/RigLogicLib
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
vec< L, T > tdm::negate
(
vec< L, T > v |
tdm/Computations.h | ||
mat< R, C, T > tdm::negate
(
mat< R, C, T > m |
tdm/Computations.h | ||
quat< T > tdm::negate
(
quat< T > q |
tdm/Computations.h |
tdm::negate(vec< L, T >)
| Name | tdm::negate |
| 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 L, typename T>
vec < L, T > tdm::negate
(
vec < L, T > v
)
}
tdm::negate(mat< R, C, T >)
| Name | tdm::negate |
| 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 R, dim_t C, typename T>
mat < R, C , T > tdm::negate
(
mat < R, C , T > m
)
}
tdm::negate(quat< T >)
| Name | tdm::negate |
| 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::negate
(
quat < T > q
)
}