dtVscale

Scales the vector by the specified value. (`v_ * `t_)

Windows
MacOS
Linux

References

Module

Navmesh

Header

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

Include

#include "Detour/DetourCommon.h"

Syntax

void dtVscale
(
    float * dest,
    const float * v,
    const float t
)

Remarks

Scales the vector by the specified value. (v_ * t_)

Parameters

Parameter

Description

dest

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

v

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

t

The scaling factor.

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