Beispiel #1
0
 internal static AreaCode Intersect(Rectangle2D rectangle2D, Square2D square2D)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 internal static AreaCode Intersect(Rectangle2D rectangle2D, Square2D square2D)
 {
     throw new NotImplementedException();
 }
Beispiel #3
0
 public static AreaCode Intersect(Circle2D circle2D, Square2D square2D)
 {
     return(Area.Intersect(circle2D, square2D as Rectangle2D));
 }
Beispiel #4
0
 public static AreaCode Intersect(Circle2D circle2D, Square2D square2D)
 {
     return Area.Intersect(circle2D, square2D as Rectangle2D);
 }