Development Merge 2025.10.18 #4
@@ -270,7 +270,7 @@ public static class Shape2DExtensions
 | 
				
			|||||||
    public static Triangle ToSuperTriangle(this Shape2D shape) => Shape2D.GetSuperTriangle(shape);
 | 
					    public static Triangle ToSuperTriangle(this Shape2D shape) => Shape2D.GetSuperTriangle(shape);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /// <inheritdoc cref="Shape2D.TriangulateConvex(Shape2D, IList{Triangle})" />
 | 
					    /// <inheritdoc cref="Shape2D.TriangulateConvex(Shape2D, IList{Triangle})" />
 | 
				
			||||||
    public static void ToTrianglesConvex(this Shape2D shape, IList<Triangle> lines) => Shape2D.TriangulateConvex(shape, lines);
 | 
					    public static void ToTrianglesConvex(this Shape2D shape, IList<Triangle> triangles) => Shape2D.TriangulateConvex(shape, triangles);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /// <inheritdoc cref="Shape2D.TriangulateConvex(Shape2D)" />
 | 
					    /// <inheritdoc cref="Shape2D.TriangulateConvex(Shape2D)" />
 | 
				
			||||||
    public static List<Triangle> ToTrianglesConvex(this Shape2D shape) => Shape2D.TriangulateConvex(shape);
 | 
					    public static List<Triangle> ToTrianglesConvex(this Shape2D shape) => Shape2D.TriangulateConvex(shape);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user