Update examples.

This commit is contained in:
wo80
2022-03-05 20:49:49 +01:00
parent 4484c6c31a
commit 1383b57f0a
13 changed files with 115 additions and 44 deletions
+3 -1
View File
@@ -12,11 +12,13 @@ namespace TriangleNet.Examples
/// </summary>
public class Example8
{
public static void Run()
public static bool Run()
{
var mesh = (Mesh)Example3.CreateMesh();
FindAdjacencyMatrix(mesh);
return true;
}
private static void FindAdjacencyMatrix(Mesh mesh)