Searched defs:BallPointStuff (Results 1 - 1 of 1) sorted by relevance

/external/eigen/unsupported/test/
H A DBVH.cpp41 struct BallPointStuff //this class provides functions to be both an intersector and a minimizer, both for a ball and a point and for two trees struct
48 BallPointStuff() : calls(0), count(0) {} function in struct:BallPointStuff
49 BallPointStuff(const VectorType &inP) : p(inP), calls(0), count(0) {} function in struct:BallPointStuff
110 BallPointStuff<Dim> i1(pt), i2(pt);
129 BallPointStuff<Dim> i1(pt), i2(pt);
155 BallPointStuff<Dim> i1, i2;
180 BallPointStuff<Dim> i1, i2;

Completed in 71 milliseconds