Navigation
API > API/Runtime > API/Runtime/Core
Overloads
VectorLerp(VectorRegister4Float, VectorRegister4Float, VectorRegister4Float)
Description
Lerp between two vectors
| |
|
| Name |
VectorLerp |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Math/UnrealMathVectorCommon.h.inl |
| Include Path |
#include "Math/UnrealMathVectorCommon.h.inl" |
VectorRegister4Float VectorLerp
(
VectorRegister4Float A,
VectorRegister4Float B,
VectorRegister4Float Alpha
)
VectorLerp(VectorRegister4Double, VectorRegister4Double, VectorRegister4Double)
| |
|
| Name |
VectorLerp |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Math/UnrealMathVectorCommon.h.inl |
| Include Path |
#include "Math/UnrealMathVectorCommon.h.inl" |
VectorRegister4Double VectorLerp
(
VectorRegister4Double A,
VectorRegister4Double B,
VectorRegister4Double Alpha
)