HomeSort by relevance Sort by last modified time
    Searched refs:bluePoints (Results 1 - 2 of 2) sorted by null

  /external/eigen/unsupported/doc/examples/
BVH_Example.cpp 28 StdVectorOfVector2d redPoints, bluePoints;
31 bluePoints.push_back(Vector2d::Random());
39 for(int j = 0; j < (int)bluePoints.size(); ++j)
40 minDistSq = std::min(minDistSq, minimizer.minimumOnObjectObject(redPoints[i], bluePoints[j]));
45 KdBVH<double, 2, Vector2d> redTree(redPoints.begin(), redPoints.end()), blueTree(bluePoints.begin(), bluePoints.end()); //construct the trees
  /cts/tests/tests/transition/src/android/transition/cts/
ExplodeTest.java 70 final List<PointF> bluePoints = captureTranslations(blueSquare);
90 verifyMovement(bluePoints, true, true, true);
113 final List<PointF> bluePoints = captureTranslations(blueSquare);
141 verifyMovement(bluePoints, false, false, false);

Completed in 233 milliseconds