Beispiel #1
0
 public static Func <Vec2I, Vec2I> FaceArea(RectInt rect) => (pt => rect.ClosestPt(pt));