Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/mat
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T & operator()
(
dim_t rowIndex, |
tdm/Mat.h | ||
const T & operator()
(
dim_t rowIndex, |
tdm/Mat.h |
operator()(dim_t, dim_t)
| Name | operator() |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/tdm/Mat.h |
| Include Path | #include "tdm/Mat.h" |
T & operator()
(
dim_t rowIndex,
dim_t colIndex
)
operator()(dim_t, dim_t)
| Name | operator() |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/tdm/Mat.h |
| Include Path | #include "tdm/Mat.h" |
const T & operator()
(
dim_t rowIndex,
dim_t colIndex
) const