Navigation
API > API/Runtime > API/Runtime/ChaosCore > API/Runtime/ChaosCore/TRotation_FRealSingle_3
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TRotation< FRealSingle, 3 > FromElements
(
const ::Chaos::TVector< FRealSingle, 3 >& V, |
Create a rotation by explicitly specifying all elements | Chaos/Rotation.h | |
static TRotation< FRealSingle, 3 > FromElements
(
const FRealSingle X, |
Create a rotation by explicitly specifying all elements | Chaos/Rotation.h |
FromElements(const ::Chaos::TVector< FRealSingle, 3 > &, const FRealSingle)
Description
Create a rotation by explicitly specifying all elements
| Name | FromElements |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/Rotation.h |
| Include Path | #include "Chaos/Rotation.h" |
static TRotation < FRealSingle, 3 > FromElements
(
const ::Chaos::TVector < FRealSingle, 3 > & V,
const FRealSingle W
)
FromElements(const FRealSingle, const FRealSingle, const FRealSingle, const FRealSingle)
Description
Create a rotation by explicitly specifying all elements
| Name | FromElements |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/Rotation.h |
| Include Path | #include "Chaos/Rotation.h" |
static TRotation < FRealSingle, 3 > FromElements
(
const FRealSingle X,
const FRealSingle Y,
const FRealSingle Z,
const FRealSingle W
)