Navigation
API > API/Runtime > API/Runtime/ChaosCore > API/Runtime/ChaosCore/TRotation_FRealSingle_3
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Chaos/Rotation.h |
|
|
|
Chaos/Rotation.h |
|
|
|
Chaos/Rotation.h |
|
|
|
Chaos/Rotation.h |
|
|
|
Chaos/Rotation.h |
|
TRotation()
| |
|
| Name |
TRotation |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/Rotation.h |
| Include Path |
#include "Chaos/Rotation.h" |
TRotation()
TRotation(const BaseQuat &)
| |
|
| Name |
TRotation |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/Rotation.h |
| Include Path |
#include "Chaos/Rotation.h" |
TRotation
(
const BaseQuat & Quat
)
TRotation(const FMatrix44f &)
| |
|
| Name |
TRotation |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/Rotation.h |
| Include Path |
#include "Chaos/Rotation.h" |
TRotation
(
const FMatrix44f & Matrix
)
TRotation(const FMatrix44d &)
| |
|
| Name |
TRotation |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/Rotation.h |
| Include Path |
#include "Chaos/Rotation.h" |
TRotation
(
const FMatrix44d & Matrix
)
TRotation(const UE::Math::TQuat< OtherType > &)
| |
|
| Name |
TRotation |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/Rotation.h |
| Include Path |
#include "Chaos/Rotation.h" |
template<typename OtherType>
TRotation
(
const UE::Math::TQuat < OtherType > & Other
)