Navigation
API > API/Runtime > API/Runtime/ChaosCore > API/Runtime/ChaosCore/TRotation_FRealSingle_3
Description
Calculate the angular velocity required to take an object with orientation R0 to orientation R1 in time Dt.
Uses the relation: DQ/DT = (W * Q)/2
| Name | CalculateAngularVelocity1 |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/Rotation.h |
| Include Path | #include "Chaos/Rotation.h" |
| Source | /Engine/Source/Runtime/Experimental/ChaosCore/Private/Rotation.cpp |
static TVector < FRealSingle, 3 > CalculateAngularVelocity1
(
const TRotation < FRealSingle, 3 > & R0,
const TRotation < FRealSingle, 3 > & InR1,
const FRealSingle InDt
)