Exemplo n.º 1
0
bool SphereCollider::Fits( const BoxCollider &other ) const
{
	return other.Fits(*this);
}
Exemplo n.º 2
0
bool CylinderCollider::Fits( const BoxCollider &other ) const
{
	return other.Fits(*this);
}