Navigation
API > API/Plugins > API/Plugins/RigLogicLib
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| tdm/Computations.h | |||
| tdm/Computations.h |
tdm::dot(const vec< L, T > &, const vec< L, T > &)
| Name | tdm::dot |
| 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>
T tdm::dot
(
const vec < L, T > & lhs,
const vec < L, T > & rhs
)
}
tdm::dot(const quat< T > &, const quat< T > &)
| Name | tdm::dot |
| 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>
T tdm::dot
(
const quat < T > & q1,
const quat < T > & q2
)
}