Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dpicking.cpp107 bool IntersectTriangle(const Math::Vec3 triangle[3], const Math::Vec3 start, const Math::Vec3 direc… in IntersectTriangle() function
479 if (IntersectTriangle(&triangles[ii], start, direction, distance, uv)) { in RayCast()