Commit Graph

  • 83db752443 fix(ci): Path typo master 1.0.0 Alan Rynne 2023-04-16 18:42:00 +02:00
  • 90dcc00b52 feat: Added CircleCI config Alan Rynne 2023-04-16 18:36:52 +02:00
  • 7f8ad15a22 feat: Minor changes to publish our own package Alan Rynne 2023-04-16 18:35:55 +02:00
  • 5697a21e41 Fix typo in Mesh.cs (#33) Stefano Volpe 2023-03-21 11:01:37 +01:00
  • 99412c0231 Update README.md Christian Woltering 2023-03-08 16:17:39 +01:00
  • 2a130cea74 Always use aCute algorithm for mesh refinement by default (fixes #31). wo80 2022-12-27 13:10:47 +01:00
  • bb46346f24 Fix QualityMesher not properly setting errorflag. wo80 2022-12-20 16:24:19 +01:00
  • f329b32a93 Add Polygon tests. wo80 2022-12-20 16:21:17 +01:00
  • f70be6a937 Provide easier way to recognize contours in the mesh (#28) a5rGithub 2022-09-08 23:50:13 +02:00
  • a3495f53ec Rewrite quality measures, add eta measure. wo80 2022-08-22 19:19:21 +02:00
  • 3deb79800e Minor improvements to mesh topology accessibility. wo80 2022-08-21 23:38:40 +02:00
  • e5c692e7c5 Convergence criterion for Lloyd's algorithm (#23) Stefano Volpe 2022-07-23 12:17:02 +02:00
  • 429e46a12a Add RandomSource to Configuration class (closes #19). wo80 2022-07-20 00:09:43 +02:00
  • 5c533d5ee3 Fix floating point tolerance for QualityMeasure test. wo80 2022-07-19 13:16:55 +02:00
  • 0709cdf9e1 Add QualityMeasure test. wo80 2022-07-19 13:14:36 +02:00
  • efe0da057a Update QualityMeasure and example 4 (closes #21) wo80 2022-07-19 13:01:31 +02:00
  • a421bcdc22 Fix Triangle.Viewer statistic view. wo80 2022-07-19 01:47:59 +02:00
  • ea2599e7d1 Update example 4 (related to issue #21) wo80 2022-07-19 01:38:14 +02:00
  • 164318fd8e Update QualityMeasure class. wo80 2022-07-19 00:53:01 +02:00
  • a3d960d5b7 Update nuget packages. wo80 2022-07-19 00:30:49 +02:00
  • 28bb6084a0 Fix adjacency matrix computation if mesh contains undead vertices. wo80 2022-05-28 23:06:24 +02:00
  • 601ded9643 Add more tests. wo80 2022-05-28 16:41:40 +02:00
  • 36c5050b9a Remove Triangle.Viewer solution file. wo80 2022-05-28 16:26:21 +02:00
  • 6fa403dcc0 Code documentation updates (2). wo80 2022-05-28 16:24:25 +02:00
  • ea8ad5f272 Code documentation updates. wo80 2022-05-24 12:17:39 +02:00
  • cd22e5e82c Update gitignore (ignore .vscode) wo80 2022-05-23 12:45:19 +02:00
  • 6afe293b21 Update README.md Christian Woltering 2022-05-14 17:03:35 +02:00
  • c5aa8bd21b Update README.md wo80 2022-05-14 17:02:32 +02:00
  • 2f23e33ffa Update SVG code to include region rendering. wo80 2022-05-14 16:52:52 +02:00
  • 9351a370d4 Update examples. wo80 2022-05-14 16:51:29 +02:00
  • db7987c5e3 Fix NRE in viewer app. wo80 2022-04-25 17:49:54 +02:00
  • e162e02102 Add convex hull example. wo80 2022-04-25 17:46:19 +02:00
  • 5b2d85e299 Rename example files. wo80 2022-04-25 17:36:16 +02:00
  • 5343dcfb8c Update parallel mesh processing example. wo80 2022-03-18 18:03:29 +01:00
  • 0a9fe1104e Update example 10. wo80 2022-03-18 17:51:56 +01:00
  • 77a0c02e7a Merge branch 'master' of https://github.com/wo80/Triangle.NET wo80 2022-03-06 18:16:06 +01:00
  • 278e9421e8 Change Triangle.Rendering target framework to netstandard2.0 wo80 2022-03-06 18:15:46 +01:00
  • ecabb4815c Update README.md wo80 2022-03-06 13:58:00 +01:00
  • 80509e2b77 Create FUNDING.yml wo80 2022-03-06 11:23:38 +01:00
  • 1051b098de Update README.md wo80 2022-03-05 23:40:40 +01:00
  • e33956aea0 Update README.md wo80 2022-03-05 23:07:04 +01:00
  • 3659ffb8fd Update dotnet.yml wo80 2022-03-05 22:36:13 +01:00
  • 89d95a9e25 Update dotnet.yml wo80 2022-03-05 22:34:20 +01:00
  • 82e6f8be15 Update dotnet.yml wo80 2022-03-05 22:31:15 +01:00
  • d8519a1cd1 Create dotnet.yml wo80 2022-03-05 22:25:51 +01:00
  • b6cd758d1c Add interpolation test. wo80 2022-03-05 22:17:27 +01:00
  • 48380f5952 Merge pull request #16 from wo80/develop wo80 2022-03-05 21:25:52 +01:00
  • fd205fbb9c Update examples (add interpolation example 10). wo80 2022-03-05 21:13:52 +01:00
  • ffbe041f7b Rename example 10. wo80 2022-03-05 20:50:37 +01:00
  • 1383b57f0a Update examples. wo80 2022-03-05 20:49:49 +01:00
  • 4484c6c31a Rename MeshExplorer to Triangle.Viewer (keeping old namespace for now). wo80 2022-03-05 01:07:05 +01:00
  • 23c2682c6e Move Windows-specific projects into separate solution. wo80 2022-03-05 01:01:39 +01:00
  • 11e42c98f4 Update copyright headers. wo80 2022-03-04 23:29:58 +01:00
  • 43b424e62d Minor updates. wo80 2022-03-04 13:24:51 +01:00
  • ee6f03d5ce Triangle.Rendering projection expects normalized device coordinates now. wo80 2022-03-02 17:36:33 +01:00
  • a728da583e Triangle.Rendering minor updates. wo80 2022-03-02 17:23:26 +01:00
  • 80428bfa40 Triangle.Rendering simplify IRenderLayer and buffer handling. wo80 2022-03-01 16:02:22 +01:00
  • c59423a024 Update README.md Geri Borbás 2022-03-02 13:56:02 +01:00
  • e35b465330 Triangle.Rendering documentation and minor updates. wo80 2022-03-01 00:52:52 +01:00
  • e8ca95960f Improve contour FindPointInPolygon() reliability (3). wo80 2022-02-28 11:47:26 +01:00
  • 227e9d9c66 Mesh converter: use singleton pattern instead of static methods. wo80 2022-02-28 00:27:51 +01:00
  • b3bfac11d1 Update examples. wo80 2022-02-28 00:13:27 +01:00
  • 2290b5bd56 Update README.md wo80 2022-02-27 19:55:36 +01:00
  • 2e83d7ee5e Improve contour FindPointInPolygon() reliability (2). wo80 2022-02-23 12:42:54 +01:00
  • bc955bb740 Improve contour FindPointInPolygon() reliability. wo80 2022-02-23 10:30:29 +01:00
  • 37ab83ae1f Make mesh.TransferNodes() private and instead pass input points to Mesh ctor. wo80 2022-02-18 16:30:58 +01:00
  • 62b7153a8a Fix Voronoi failing for meshes with undead vertices. wo80 2022-02-18 16:27:20 +01:00
  • 2264b4d7fd Add more tests (2). wo80 2022-02-17 11:29:36 +01:00
  • 5082449432 Add more tests. wo80 2022-02-16 21:17:53 +01:00
  • 8952d7d993 Minor changes and additions. wo80 2022-02-16 21:12:19 +01:00
  • b12d168cea Add option to allow triangles being excluded from refinement. wo80 2022-02-15 21:05:59 +01:00
  • ea6d39e1da Add examples project. wo80 2022-02-15 17:45:36 +01:00
  • 940ae18061 Remove obsolete methods from IPolygon interface. wo80 2022-02-14 21:46:02 +01:00
  • 5500ecc166 Simplify EdgeIterator implementation. wo80 2022-02-14 21:44:03 +01:00
  • 541e0b4e61 Add test project. wo80 2022-02-14 15:37:07 +01:00
  • a67b518b2d Minor updates to Triangle.Rendering code. wo80 2022-02-14 14:01:35 +01:00
  • 66197a01e8 Cleanup and documentation. wo80 2022-02-14 13:59:16 +01:00
  • 5515941c4b Add check for degenerate boundary triangles to MeshValidator. wo80 2022-02-14 13:41:08 +01:00
  • d1a52c6c7c Simplify log implementation (no need for interface abstractions). wo80 2022-02-14 13:29:19 +01:00
  • 1dbac98d67 Work around possible IndexOutOfRangeException in NewLocation code. wo80 2022-02-13 14:26:23 +01:00
  • 0fb43a4626 Remove obsolete ConstraintOptions.UseRegions option. wo80 2022-02-13 13:56:50 +01:00
  • 246288398f Remove unused variable from Dwyer. wo80 2022-02-13 13:46:18 +01:00
  • d2bb1334c9 Fix BoundedVoronoi issue (closes #8). wo80 2022-02-13 13:29:31 +01:00
  • e8cebc3945 Fix Polygon ctor ignoring capacity argument (closes #14). wo80 2022-02-13 13:26:47 +01:00
  • f727bcf7f5 Minor changes to MeshExplorer project file. wo80 2022-02-13 13:23:50 +01:00
  • 73518d8cf2 Rename TestApp folder. wo80 2022-02-13 12:44:42 +01:00
  • cda83f09ee Rename Mesh Explorer project file. wo80 2022-02-13 12:43:16 +01:00
  • a77cded7d2 Convert projects to netstandard2.0 and net6.0. wo80 2022-02-13 12:42:21 +01:00
  • a088a2f8c5 Rename source folder. wo80 2022-02-13 12:28:55 +01:00
  • 625be1ab8f Remove BuildProcessTemplates. wo80 2022-02-13 12:26:36 +01:00
  • d3fff03367 Remove vssscc files. wo80 2022-02-13 12:25:44 +01:00
  • c0acee6e9d Add gitignore. wo80 2022-02-13 12:24:32 +01:00
  • 6f0e55b876 Merge branch 'Attribution' eppz 2017-06-17 07:42:33 +02:00
  • e3fa143221 Create README.md eppz 2017-06-17 07:42:21 +02:00
  • 5ab20816e5 USE_Z: add automatic interpolation of z coordinate SND\wo80_cp 2017-05-15 16:13:21 +00:00
  • ab3693fb04 Minor updates. SND\wo80_cp 2017-05-09 09:18:28 +00:00
  • 65f38fd8f2 ImageRenderer: fix rendering of regions SND\wo80_cp 2016-11-18 11:58:33 +00:00
  • b604134c15 Fix image rendering. SND\wo80_cp 2016-09-30 12:06:38 +00:00
  • bb326a6674 Move sorting code from Dwyer to VertexSorter. SND\wo80_cp 2016-09-20 13:17:36 +00:00
  • a05e67d7b3 Update region iterator. SND\wo80_cp 2016-09-10 17:00:54 +00:00