Home
last modified time | relevance | path

Searched refs:isectSegAABB (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/RecastDemo/Source/
H A DInputGeom.cpp389 static bool isectSegAABB(const float* sp, const float* sq, in isectSegAABB() function
429 if (!isectSegAABB(src, dst, m_meshBMin, m_meshBMax, btmin, btmax)) in raycastMesh()
H A DCrowdTool.cpp46 static bool isectSegAABB(const float* sp, const float* sq, in isectSegAABB() function
776 if (isectSegAABB(s, p, bmin,bmax, tmin, tmax)) in hitTestAgents()
H A DSample_TempObstacles.cpp61 static bool isectSegAABB(const float* sp, const float* sq, in isectSegAABB() function
635 if (isectSegAABB(sp,sq, bmin,bmax, t0,t1)) in hitTestObstacle()