Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/tdm
References
| Module | RigLogicLib |
| Header | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/tdm/Ang.h |
| Include | #include "tdm/Ang.h" |
| Source | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/tdm/Types.h |
Syntax
template<typename T, typename TUnit>
struct ang
Remarks
Angle types.
Variables
| Type | Name | Description | |
|---|---|---|---|
| value_type | value |
Constructors
| Type | Name | Description | |
|---|---|---|---|
ang () |
|||
| constexpr | ang
(
value_type val |
||
| constexpr | ang
(
const ang< value_type, TUnit >& other |
||
Operators
| Type | Name | Description | |
|---|---|---|---|
| ang | operator- () |
||
| ang & | operator*=
(
value_type val |
||
| ang & | operator/=
(
value_type val |
||
| ang & | operator+=
(
const ang& rhs |
||
| ang< value_type, TUnit > & | operator=
(
const ang< value_type, TUnit >& other |
||
| ang & | operator-=
(
const ang& rhs |
Typedefs
| Name | Description |
|---|---|
| value_type |