Searched defs:Ball (Results 1 – 3 of 3) sorted by relevance
6 public class Ball { class12 public Ball(int x, int y) { in Ball() method in Ball18 public Ball(Ball b) { in Ball() method in Ball
23 struct Ball struct29 Ball() {} in Ball() function30 Ball(const VectorType &c, double r) : center(c), radius(r) {} in Ball() argument35 template<int Dim> AlignedBox<double, Dim> bounding_box(const Ball<Dim> &b) in bounding_box() argument
84 function Ball(){ class