static boost::python::tuple intersectInfinite_6a2ff5d33bbc8765b45604a87b32cb50( ::OSG::Plane const & inst, ::OSG::Line const & l ){ OSG::Point<float, 3u> intersection2; bool result = inst.intersectInfinite(l, intersection2); return bp::make_tuple( result, intersection2 ); }
static boost::python::tuple intersectInfinite_ecf75f482cf72f5bb06e2f48caedf6ea( ::OSG::Plane const & inst, ::OSG::Line const & l ){ float t2; bool result = inst.intersectInfinite(l, t2); return bp::make_tuple( result, t2 ); }