Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/tdm > API/Plugins/RigLogicLib/tdm/tdm__operator_4
References
| Module | RigLogicLib |
| Header | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/tdm/Mat.h |
| Include | #include "tdm/Mat.h" |
namespace tdm
{
template<dim_t R, dim_t C, typename T>
mat < R , C , T >::row_type tdm::operator*
(
const typename mat < R , C , T >::column_type & lhs,
const mat < R , C , T > & rhs
)
}