Searched refs:intersect_MollerTrumbore (Results 1 – 2 of 2) sorted by relevance
27 bool intersect_MollerTrumbore(Ray &R, Triangle &T, double *out);
241 if(this->intersect_MollerTrumbore(R, T, &out)) in backproject2DPoint()261 bool PnPProblem::intersect_MollerTrumbore(Ray &Ray, Triangle &Triangle, double *out) in intersect_MollerTrumbore() function in PnPProblem