public static bool Contains(this Rect3I rect, Point3I point)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public Line3I(Point3I pointA, Point3I pointB)
 {
     throw new NotImplementedException();
 }