Exemplo n.º 1
0
 public bool CollideAgainst(AxisAlignedRectangle axisAlignedRectangle)
 {
     return(axisAlignedRectangle.CollideAgainst(this));
 }