Navigation
API > API/Runtime > API/Runtime/Navmesh
Description
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.
| Name | dtVequal |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourCommon.h |
| Include Path | #include "Detour/DetourCommon.h" |
bool dtVequal
(
const dtReal * p0,
const dtReal * p1
)
True if the points are considered to be at the same location.
Parameters
| Name | Remarks |
|---|---|
| p0 | A point. [(x, y, z)] |
| p1 | A point. [(x, y, z)] |