dtIntersectSegmentPoly2D

Windows
MacOS
Linux

References

Module

Navmesh

Header

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

Include

#include "Detour/DetourCommon.h"

Source

/Engine/Source/Runtime/Navmesh/Private/Detour/DetourCommon.cpp

Syntax

bool dtIntersectSegmentPoly2D
(
    const float * p0,
    const float * p1,
    const float * verts,
    int nverts,
    float & tmin,
    float & tmax,
    int & segMin,
    int & segMax
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss