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

  /external/eigen/unsupported/doc/examples/
BVH_Example.cpp 6 typedef AlignedBox<double, 2> Box2d;
10 Box2d bounding_box(const Vector2d &v) { return Box2d(v, v); } //compute the bounding box of a single point
19 double minimumOnVolumeVolume(const Box2d &r1, const Box2d &r2) { ++calls; return r1.squaredExteriorDistance(r2); }
20 double minimumOnVolumeObject(const Box2d &r, const Vector2d &v) { ++calls; return r.squaredExteriorDistance(v); }
21 double minimumOnObjectVolume(const Vector2d &v, const Box2d &r) { ++calls; return r.squaredExteriorDistance(v); }
  /external/opencv3/3rdparty/openexr/Imath/
ImathBox.h 134 typedef Box <V2d> Box2d;

Completed in 73 milliseconds