Update examples (add interpolation example 10).

This commit is contained in:
wo80
2022-03-05 21:13:52 +01:00
parent ffbe041f7b
commit fd205fbb9c
11 changed files with 216 additions and 60 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
if (print) SvgImage.Save(mesh, "example-2.svg", 500);
return true;
return mesh.Triangles.Count > 0;
}
public static IPolygon CreatePolygon(double h = 0.2)