Navigation
API > API/Runtime > API/Runtime/Core
| |
|
| Name |
TDualQuat |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Core/Public/Math/DualQuat.h |
| Include Path |
#include "Math/DualQuat.h" |
Syntax
template<typename T>
struct TDualQuat
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Math/DualQuat.h |
|
|
Conversion to other type. |
Math/DualQuat.h |
|
|
Constructors. |
Math/DualQuat.h |
|
Typedefs
| Name |
Type |
Remarks |
Include Path |
| FReal |
T |
|
Math/DualQuat.h |
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| D |
TQuat< T > |
Half trans or dual part |
Math/DualQuat.h |
|
| R |
TQuat< T > |
Rotation or real part |
Math/DualQuat.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Convert dual quat to transform |
Math/DualQuat.h |
|
|
Return normalized dual quat |
Math/DualQuat.h |
|
Operators
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Dual quat product |
Math/DualQuat.h |
|
|
Scale dual quat |
Math/DualQuat.h |
|
|
Dual quat addition |
Math/DualQuat.h |
|