Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/dtNavMeshQuery
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
dtStatus getEdgeMidPoint
(
dtPolyRef from, |
Returns edge mid point between two polygons. | Detour/DetourNavMeshQuery.h | |
dtStatus getEdgeMidPoint
(
dtPolyRef from, |
Detour/DetourNavMeshQuery.h |
getEdgeMidPoint(dtPolyRef, dtPolyRef, dtReal *)
Description
Returns edge mid point between two polygons.
| Name | getEdgeMidPoint |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMeshQuery.h |
| Include Path | #include "Detour/DetourNavMeshQuery.h" |
| Source | /Engine/Source/Runtime/Navmesh/Private/Detour/DetourNavMeshQuery.cpp |
dtStatus getEdgeMidPoint
(
dtPolyRef from,
dtPolyRef to,
dtReal * mid
) const
getEdgeMidPoint(dtPolyRef, const dtPoly , const dtMeshTile , dtPolyRef, const dtPoly , const dtMeshTile , dtReal *)
| Name | getEdgeMidPoint |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMeshQuery.h |
| Include Path | #include "Detour/DetourNavMeshQuery.h" |
| Source | /Engine/Source/Runtime/Navmesh/Private/Detour/DetourNavMeshQuery.cpp |
dtStatus getEdgeMidPoint
(
dtPolyRef from,
const dtPoly * fromPoly,
const dtMeshTile * fromTile,
dtPolyRef to,
const dtPoly * toPoly,
const dtMeshTile * toTile,
dtReal * mid
) const