Navigation
API > API/Plugins > API/Plugins/RigLogicLib
Overloads
tdm::applied(const mat< R, C, T > &, F)
| |
|
| Name |
tdm::applied |
| Type |
function |
| Header File |
/Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/tdm/Mat.h |
| Include Path |
#include "tdm/Mat.h" |
namespace tdm
{
template<dim_t R, dim_t C, typename T, typename F >
mat < R , C , T > tdm::applied
(
const mat < R , C , T > & lhs,
F func
)
}
tdm::applied(const vec< L, T > &, F)
| |
|
| Name |
tdm::applied |
| Type |
function |
| Header File |
/Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/tdm/Vec.h |
| Include Path |
#include "tdm/Vec.h" |
namespace tdm
{
template<dim_t L, typename T, typename F >
vec < L, T > tdm::applied
(
const vec < L, T > & lhs,
F func
)
}