Navigation
API > API/Plugins > API/Plugins/RigLogicLib
| Name | vec |
| Type | struct |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/tdm/Types.h |
| Include Path | #include "tdm/Types.h" |
| Source | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/tdm/Vec.h |
Syntax
template<dim_t L, typename T>
struct vec
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
vec
(
Vs... vs |
tdm/Vec.h | ||
| tdm/Vec.h | |||
vec
(
U v |
tdm/Vec.h | ||
| tdm/Vec.h | |||
vec () |
tdm/Vec.h | ||
| tdm/Vec.h | |||
vec
(
U* pv |
tdm/Vec.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~vec() |
tdm/Vec.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| value_type | T | tdm/Vec.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| values | value_type | tdm/Vec.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| tdm/Vec.h | |||
| tdm/Vec.h | |||
| tdm/Vec.h | |||
vec & negate() |
tdm/Vec.h | ||
| tdm/Vec.h | |||
T sum() |
tdm/Vec.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static dim_t dimensions() |
tdm/Vec.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
vec & operator--() |
tdm/Vec.h | ||
vec & operator*=
(
U rhs |
tdm/Vec.h | ||
vec & operator*=
(
const vec< L, U >& rhs |
tdm/Vec.h | ||
vec & operator*=
(
const vec& rhs |
tdm/Vec.h | ||
vec & operator/=
(
const vec& rhs |
tdm/Vec.h | ||
vec & operator/=
(
U rhs |
tdm/Vec.h | ||
vec & operator/=
(
const vec< L, U >& rhs |
tdm/Vec.h | ||
const T & operator[]
(
dim_t index |
tdm/Vec.h | ||
T & operator[]
(
dim_t index |
tdm/Vec.h | ||
vec & operator++() |
tdm/Vec.h | ||
vec & operator+=
(
U rhs |
tdm/Vec.h | ||
vec & operator+=
(
const vec< L, U >& rhs |
tdm/Vec.h | ||
vec & operator+=
(
const vec& rhs |
tdm/Vec.h | ||
| tdm/Vec.h | |||
| tdm/Vec.h | |||
| tdm/Vec.h | |||
vec & operator-=
(
U rhs |
tdm/Vec.h | ||
vec & operator-=
(
const vec< L, U >& rhs |
tdm/Vec.h | ||
vec & operator-=
(
const vec& rhs |
tdm/Vec.h |