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

  /external/eigen/unsupported/doc/examples/
BVH_Example.cpp 10 Box2d bounding_box(const Vector2d &v) { return Box2d(v, v); } //compute the bounding box of a single point function in namespace:Eigen::internal
  /external/eigen/unsupported/test/
BVH.cpp 17 template<typename Scalar, int Dim> AlignedBox<Scalar, Dim> bounding_box(const Matrix<Scalar, Dim, 1> &v) { return AlignedBox<Scalar, Dim>(v); } function in namespace:Eigen
35 template<int Dim> AlignedBox<double, Dim> bounding_box(const Ball<Dim> &b) function
  /external/webkit/Source/WebKit/efl/ewk/
ewk_frame.h 117 } bounding_box; member in struct:_Ewk_Hit_Test

Completed in 727 milliseconds