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