public bool Intersects(DrawableGameComponent component)
 {
     return GetBoundingCylinder().Intersects(component.GetBoundingCylinder());
 }
Пример #2
0
 public bool Intersects(DrawableGameComponent component)
 {
     return(GetBoundingCylinder().Intersects(component.GetBoundingCylinder()));
 }