Home
last modified time | relevance | path

Searched defs:rayIntersect (Results 1 – 3 of 3) sorted by relevance

/dports/games/scorched3d/scorched/src/common/common/
H A DTriangle.cpp156 bool Triangle::rayIntersect(const Line &ray, in rayIntersect() function in Triangle
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/src/
H A Daabb.h59 bool rayIntersect(const Ray &ray) const { in rayIntersect() function
H A Dbvh.cpp383 bool BVH::rayIntersect(Ray ray, uint32_t &idx, Float &t, Vector2f *uv) const { in rayIntersect() function in BVH
462 bool BVH::rayIntersect(Ray ray) const { in rayIntersect() function in BVH