コード例 #1
0
 private IList<PolygonPoint> DownscalePolygon(IReadOnlyList<IntPoint> n)
 {
     return n.MapArray(DownscalePoint);
 }