dtVdist

Returns the distance between two points.

Windows
MacOS
Linux

References

Module

Navmesh

Header

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

Include

#include "Detour/DetourCommon.h"

Syntax

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

Remarks

Returns the distance between two points.

Returns

The distance between the two points.

Parameters

Parameter

Description

v1

A point. [(x, y, z)]

v2

A point. [(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