示例#1
0
 bool AABB::Collide(const Frustum& frustum) const {
     return frustum.Collide(*this);
 }