Minor changes and additions.

This commit is contained in:
wo80
2022-02-16 21:12:19 +01:00
parent b12d168cea
commit 8952d7d993
6 changed files with 76 additions and 11 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ namespace TriangleNet.Examples
using TriangleNet.Smoothing;
/// <summary>
/// Refine only a part of a polygon mesh be using region pointers and an area constraint.
/// Refine only a part of a polygon mesh by using region pointers and an area constraint.
/// </summary>
public class Example4
{