dtVdot2D

Derives the dot product of two vectors on the xz-plane.

Windows
MacOS
Linux

References

Module

Navmesh

Header

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

Include

#include "Detour/DetourCommon.h"

Syntax

float dtVdot2D
(
    const float * u,
    const float * v
)

Remarks

Derives the dot product of two vectors on the xz-plane. (u_ . v_) The vectors are projected onto the xz-plane, so the y-values are ignored.

Returns

The dot product on the xz-plane.

Parameters

Parameter

Description

u

A vector [(x, y, z)]

v

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