dtVmad

Performs a scaled vector addition. (`v1_ + (`v2_ * `s_))

Windows
MacOS
Linux

References

Module

Navmesh

Header

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

Include

#include "Detour/DetourCommon.h"

Syntax

void dtVmad
(
    float * dest,
    const float * v1,
    const float * v2,
    const float s
)

Remarks

Performs a scaled vector addition. (v1_ + (v2 * `s))

Parameters

Parameter

Description

dest

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

v1

The base vector. [(x, y, z)]

v2

The vector to scale and add to v1. [(x, y, z)]

s

The amount to scale v2 by before adding to v1.

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