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