コード例 #1
0
ファイル: Intersect.cs プロジェクト: DJSymBiotiX/MX-Engine
 public static bool EverywhereToShape(Everywhere a, IShape b)
 {
     return true;
 }
コード例 #2
0
ファイル: Intersect.cs プロジェクト: fchorney/MX-Engine
 public static bool EverywhereToShape(Everywhere a, IShape b)
 {
     return(true);
 }