예제 #1
0
파일: Point.cs 프로젝트: Arriven/GameEngine
 public override bool Intersects(Compound other)
 {
     return(other.Intersects(this));
 }