rcVdot

Derives the dot product of two vectors. (`v1_ . `v2_)

Windows
MacOS
Linux

References

Module

Navmesh

Header

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

Include

#include "Recast/Recast.h"

Syntax

float rcVdot
(
    const float * v1,
    const float * v2
)

Remarks

Derives the dot product of two vectors. (v1_ . v2_)

Returns

The dot product.

Parameters

Parameter

Description

v1

A Vector [(x, y, z)]

v2

A vector [(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