dtVequal

Performs a 'sloppy' colocation check of the specified points.

Windows
MacOS
Linux

References

Module

Navmesh

Header

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

Include

#include "Detour/DetourCommon.h"

Syntax

bool dtVequal
(
    const float * p0,
    const float * p1
)

Remarks

Performs a 'sloppy' colocation check of the specified points. Basically, this function will return true if the specified points are close enough to eachother to be considered colocated.

Returns

True if the points are considered to be at the same location.

Parameters

Parameter

Description

p0

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

p1

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