HomeSort by relevance Sort by last modified time
    Searched defs:Ball (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/
bouncing_balls.js 34 include("bouncing_balls_draw_ball_as_" + getArgValue('ball') + ".js");
53 balls.push(new Ball());
84 function Ball(){
157 // To gard against hanging, we treat the ball as rolling on the ground
  /external/javassist/sample/duplicate/
Ball.java 6 public class Ball {
12 public Ball(int x, int y) {
18 public Ball(Ball b) {
  /external/eigen/unsupported/test/
BVH.cpp 23 struct Ball
29 Ball() {}
30 Ball(const VectorType &c, double r) : center(c), radius(r) {}
35 template<int Dim> AlignedBox<double, Dim> bounding_box(const Ball<Dim> &b)
41 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
45 typedef Ball<Dim> BallType;
97 typedef Ball<Dim> BallType;

Completed in 113 milliseconds