Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/vec
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
tdm/Vec.h |
|
|
|
tdm/Vec.h |
|
|
|
tdm/Vec.h |
|
vec
(
const vec< L, U >& rhs
)
|
|
tdm/Vec.h |
|
|
|
tdm/Vec.h |
|
|
|
tdm/Vec.h |
|
|
|
tdm/Vec.h |
|
vec()
| |
|
| Name |
vec |
| Type |
function |
| Header File |
/Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/tdm/Vec.h |
| Include Path |
#include "tdm/Vec.h" |
vec()
vec(const vec &)
| |
|
| Name |
vec |
| Type |
function |
| Header File |
/Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/tdm/Vec.h |
| Include Path |
#include "tdm/Vec.h" |
vec
(
const vec & rhs
)
vec(vec &&)
| |
|
| Name |
vec |
| Type |
function |
| Header File |
/Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/tdm/Vec.h |
| Include Path |
#include "tdm/Vec.h" |
vec
(
vec && rhs
)
vec(const vec< L, U > &)
| |
|
| Name |
vec |
| Type |
function |
| Header File |
/Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/tdm/Vec.h |
| Include Path |
#include "tdm/Vec.h" |
template<typename U>
vec
(
const vec < L, U > & rhs
)
vec(Vs...)
| |
|
| Name |
vec |
| Type |
function |
| Header File |
/Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/tdm/Vec.h |
| Include Path |
#include "tdm/Vec.h" |
template<typename ... Vs, typename std::enable_if<(sizeof...(Vs)==L)||(sizeof...(Vs)==0)>::type *>
vec
(
Vs... vs
)
vec(U)
| |
|
| Name |
vec |
| Type |
function |
| Header File |
/Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/tdm/Vec.h |
| Include Path |
#include "tdm/Vec.h" |
template<typename U, typename ..., typename std::enable_if< std::is_convertible< U, T >::value &&(L > 1)>::type *>
vec
(
U v
)
vec(U *)
| |
|
| Name |
vec |
| Type |
function |
| Header File |
/Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/tdm/Vec.h |
| Include Path |
#include "tdm/Vec.h" |
template<typename U, typename ..., typename std::enable_if< std::is_convertible< U, T >::value >::type *>
vec
(
U * pv
)