Home
last modified time | relevance | path

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

/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
DPnPProblem.h27 bool intersect_MollerTrumbore(Ray &R, Triangle &T, double *out);
DPnPProblem.cpp241 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