Searched defs:bounding_box (Results 1 – 4 of 4) sorted by relevance
10 …Box2d bounding_box(const Vector2d &v) { return Box2d(v, v); } //compute the bounding box of a sing… in bounding_box() function
17 template<typename Scalar, int Dim> AlignedBox<Scalar, Dim> bounding_box(const Matrix<Scalar, Dim, 1… in bounding_box() function35 template<int Dim> AlignedBox<double, Dim> bounding_box(const Ball<Dim> &b) in bounding_box() function
117 } bounding_box; member
100 gfx::Rect bounding_box(contents_container_->bounds()); in GetFindBarBoundingBox() local