Ejemplo n.º 1
0
 public bool ContainPoint(Vector2 _point)
 {
     return(IntersetUtils.ContainPoint(this, _point));
 }
Ejemplo n.º 2
0
 public bool IntersectWith(Rectangle _rect)
 {
     return(IntersetUtils.IntersectWith(this, _rect));
 }
Ejemplo n.º 3
0
 public bool IntersectWith(Circle circle)
 {
     return(IntersetUtils.IntersectWith(this, circle));
 }