TVector< FReal, 3 >::CalculateVelocity

Calculate the velocity to move from P0 to P1 in time Dt.

Windows
MacOS
Linux

References

Module

ChaosCore

Header

/Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/Vector.h

Include

#include "Chaos/Vector.h"

Syntax

static TVector< FReal, 3 > CalculateVelocity
(
    const TVector< FReal, 3 > & P0,
    const TVector< FReal, 3 > & P1,
    const FReal Dt
)

Remarks

Calculate the velocity to move from P0 to P1 in time Dt. Exists just for symmetry with TRotation::CalculateAngularVelocity!

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