Add examples project.
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
|
||||
namespace TriangleNet
|
||||
{
|
||||
using TriangleNet.Examples;
|
||||
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Example1.Run();
|
||||
Example2.Run();
|
||||
Example3.Run();
|
||||
Example4.Run();
|
||||
Example5.Run();
|
||||
Example8.Run();
|
||||
Example6.Run();
|
||||
Example7.Run();
|
||||
Example9.Run();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user