dtVlerp

Performs a linear interpolation between two vectors. (`v1_ toward `v2_)

Windows
MacOS
Linux

References

Module

Navmesh

Header

/Engine/Source/Runtime/Navmesh/Public/Detour/DetourCommon.h

Include

#include "Detour/DetourCommon.h"

Syntax

void dtVlerp
(
    float * dest,
    const float * v1,
    const float * v2,
    const float t
)

Remarks

Performs a linear interpolation between two vectors. (v1_ toward v2_)

Parameters

Parameter

Description

dest

The result vector. [(x, y, x)]

v1

The starting vector.

v2

The destination vector.

t

The interpolation factor. [Limits: 0 <= value <= 1.0]

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