Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
DBVH.cpp41 struct BallPointStuff //this class provides functions to be both an intersector and a minimizer, bo… struct
48 BallPointStuff() : calls(0), count(0) {} in BallPointStuff() function
49 BallPointStuff(const VectorType &inP) : p(inP), calls(0), count(0) {} in BallPointStuff() function
110 BallPointStuff<Dim> i1(pt), i2(pt); in testIntersect1() argument
129 BallPointStuff<Dim> i1(pt), i2(pt); in testMinimize1()
155 BallPointStuff<Dim> i1, i2; in testIntersect2()
180 BallPointStuff<Dim> i1, i2; in testMinimize2()