Searched refs:getP0 (Results 1 – 2 of 2) sorted by relevance
243 cv::Point3f tmp_pt = R.getP0() + out*R.getP1(); // P = O + t*D in backproject2DPoint()251 point3d = get_nearest_3D_point(intersections_list, R.getP0()); in backproject2DPoint()274 cv::Point3f O = Ray.getP0(); // Ray origin in intersect_MollerTrumbore()
47 cv::Point3f getP0() { return p0_; } in getP0() function