Navigation
API > API/Runtime > API/Runtime/ChaosCore > API/Runtime/ChaosCore/TVector_FRealDouble_3
Description
Calculate the velocity to move from P0 to P1 in time Dt. Exists just for symmetry with TRotation::CalculateAngularVelocity!
| Name | CalculateVelocity |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/Vector.h |
| Include Path | #include "Chaos/Vector.h" |
static TVector < FRealDouble, 3 > CalculateVelocity
(
const TVector < FRealDouble, 3 > & P0,
const TVector < FRealDouble, 3 > & P1,
const FRealDouble Dt
)