TRotation< FReal, 3 >::CalculateAngularVelocity1

Calculate the angular velocity required to take an object with orientation R0 to orientation R1 in time Dt.

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Rotation.h

Include

#include "Chaos/Rotation.h"

Syntax

static TVector< FReal, 3 > CalculateAngularVelocity1
(
    const TRotation< FReal, 3 > & InR0,
    const TRotation< FReal, 3 > & InR1,
    const FReal InDt
)

Remarks

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss