Home
last modified time | relevance | path

Searched refs:tvec (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dpicking.cpp123 const Math::Vec3 tvec = start - triangle[0]; in IntersectTriangle() local
125 const float u = Math::Dot(tvec, pvec) * invDet; in IntersectTriangle()
132 const Math::Vec3 qvec = Math::Cross(tvec, v0v1); in IntersectTriangle()

Completed in 2 milliseconds