Renamed Out to CurveOutline

This commit is contained in:
2026-06-13 21:18:55 +02:00
parent 1ab259d3f9
commit 035588e3db
15 changed files with 391 additions and 390 deletions

View File

@@ -66,7 +66,7 @@ namespace _2DGAMELIB
private static void GetMinMaxX(ShapePart ShapePart, ref double MinX, ref double MaxX)
{
foreach (Out item in ShapePart.OP)
foreach (CurveOutline item in ShapePart.OP)
{
foreach (Vector2D p in item.ps)
{
@@ -85,7 +85,7 @@ namespace _2DGAMELIB
private static void GetMinMaxY(ShapePart ShapePart, ref double MinY, ref double MaxY)
{
foreach (Out item in ShapePart.OP)
foreach (CurveOutline item in ShapePart.OP)
{
foreach (Vector2D p in item.ps)
{