Searched refs:IntersectAabb (Results 1 - 1 of 1) sorted by relevance
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | picking.cpp | 73 constexpr bool IntersectAabb( in IntersectAabb() function 226 if (IntersectAabb(meshMinMax.minAABB, meshMinMax.maxAABB, start, invDir, distance)) { in HitTestNode() 232 if (IntersectAabb(submeshMinMax.minAABB, submeshMinMax.maxAABB, start, invDir, distance)) { in HitTestNode() 375 if (IntersectAabb(jointMatricesComponent.jointsAabbMin, jointMatricesComponent.jointsAabbMax, start, in RayCast() 431 if (IntersectAabb(jointMatricesComponent.jointsAabbMin, jointMatricesComponent.jointsAabbMax, start, in RayCast()
|
Completed in 2 milliseconds