rcVadd

Performs a vector addition. (`v1_ + `v2_)

Windows
MacOS
Linux

References

Module

Navmesh

Header

/Engine/Source/Runtime/Navmesh/Public/Recast/Recast.h

Include

#include "Recast/Recast.h"

Syntax

void rcVadd
(
    float * dest,
    const float * v1,
    const float * v2
)

Remarks

Performs a vector addition. (v1_ + v2_)

Parameters

Parameter

Description

dest

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

v1

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

v2

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

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