4 template<
typename T>
class TAABB;
9 virtual bool intersects(
const Sphere& sphere)
const = 0;
10 virtual bool nearTo(
const TAABB<int>& aabb)
const = 0;
11 virtual bool containedBy(
const TAABB<int>& aabb)
const = 0;
Definition: abstractshape.h:7