Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/UE__Geometry__Lerp
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/VectorTypes.h |
| Include | #include "VectorTypes.h" |
namespace UE
{
namespace Geometry
{
template<typename T>
UE::Math::TVector2 < T > UE::Geometry::Lerp
(
const UE::Math::TVector2 < T > & A,
const UE::Math::TVector2 < T > & B,
T Alpha
)
}
}