Ejemplo n.º 1
0
bool AABB::Contains(const Triangle &triangle) const
{
	return Contains(triangle.BoundingAABB());
}