Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/mat
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
tdm/Mat.h |
|
|
|
tdm/Mat.h |
|
|
|
tdm/Mat.h |
|
|
|
tdm/Mat.h |
|
|
|
tdm/Mat.h |
|
|
|
tdm/Mat.h |
|
|
|
tdm/Mat.h |
|
mat()
| |
|
| Name |
mat |
| Type |
function |
| Header File |
/Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/tdm/Mat.h |
| Include Path |
#include "tdm/Mat.h" |
mat()
mat(const mat &)
| |
|
| Name |
mat |
| Type |
function |
| Header File |
/Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/tdm/Mat.h |
| Include Path |
#include "tdm/Mat.h" |
mat
(
const mat &
)
mat(mat &&)
| |
|
| Name |
mat |
| Type |
function |
| Header File |
/Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/tdm/Mat.h |
| Include Path |
#include "tdm/Mat.h" |
mat
(
mat &&
)
mat(U)
| |
|
| Name |
mat |
| Type |
function |
| Header File |
/Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/tdm/Mat.h |
| Include Path |
#include "tdm/Mat.h" |
template<typename U, typename std::enable_if< std::is_scalar< U >::value >::type *>
mat
(
U scalar
)
mat(Us...)
| |
|
| Name |
mat |
| Type |
function |
| Header File |
/Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/tdm/Mat.h |
| Include Path |
#include "tdm/Mat.h" |
template<typename ... Us, typename std::enable_if<==R *C ) &&impl::is_all_scalar < Us... >::value >::type *>
mat
(
Us... scalars
)
mat(const mat< R, C, U > &)
| |
|
| Name |
mat |
| Type |
function |
| Header File |
/Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/tdm/Mat.h |
| Include Path |
#include "tdm/Mat.h" |
template<typename U>
mat
(
const mat < R, C , U > & rhs
)
mat(const vec< C, Us > &...)
| |
|
| Name |
mat |
| Type |
function |
| Header File |
/Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/tdm/Mat.h |
| Include Path |
#include "tdm/Mat.h" |
template<typename ... Us, typename std::enable_if< sizeof...(Us)==R >::type *>
mat
(
const vec < C , Us > &... vs
)