Commit Graph

25 Commits

Author SHA1 Message Date
wo80 bc955bb740 Improve contour FindPointInPolygon() reliability. 2022-02-23 10:30:29 +01:00
wo80 37ab83ae1f Make mesh.TransferNodes() private and instead pass input points to Mesh ctor. 2022-02-18 16:30:58 +01:00
wo80 62b7153a8a Fix Voronoi failing for meshes with undead vertices. 2022-02-18 16:27:20 +01:00
wo80 2264b4d7fd Add more tests (2). 2022-02-17 11:29:36 +01:00
wo80 5082449432 Add more tests. 2022-02-16 21:17:53 +01:00
wo80 8952d7d993 Minor changes and additions. 2022-02-16 21:12:19 +01:00
wo80 b12d168cea Add option to allow triangles being excluded from refinement. 2022-02-15 21:05:59 +01:00
wo80 ea6d39e1da Add examples project. 2022-02-15 17:45:36 +01:00
wo80 940ae18061 Remove obsolete methods from IPolygon interface. 2022-02-14 21:52:13 +01:00
wo80 5500ecc166 Simplify EdgeIterator implementation. 2022-02-14 21:44:03 +01:00
wo80 541e0b4e61 Add test project. 2022-02-14 15:37:07 +01:00
wo80 a67b518b2d Minor updates to Triangle.Rendering code. 2022-02-14 14:01:35 +01:00
wo80 66197a01e8 Cleanup and documentation. 2022-02-14 13:59:16 +01:00
wo80 5515941c4b Add check for degenerate boundary triangles to MeshValidator. 2022-02-14 13:41:08 +01:00
wo80 d1a52c6c7c Simplify log implementation (no need for interface abstractions). 2022-02-14 13:29:19 +01:00
wo80 1dbac98d67 Work around possible IndexOutOfRangeException in NewLocation code. 2022-02-13 14:26:23 +01:00
wo80 0fb43a4626 Remove obsolete ConstraintOptions.UseRegions option. 2022-02-13 13:56:50 +01:00
wo80 246288398f Remove unused variable from Dwyer. 2022-02-13 13:46:18 +01:00
wo80 d2bb1334c9 Fix BoundedVoronoi issue (closes #8). 2022-02-13 13:29:31 +01:00
wo80 e8cebc3945 Fix Polygon ctor ignoring capacity argument (closes #14). 2022-02-13 13:26:47 +01:00
wo80 f727bcf7f5 Minor changes to MeshExplorer project file. 2022-02-13 13:23:50 +01:00
wo80 73518d8cf2 Rename TestApp folder. 2022-02-13 12:44:42 +01:00
wo80 cda83f09ee Rename Mesh Explorer project file. 2022-02-13 12:43:16 +01:00
wo80 a77cded7d2 Convert projects to netstandard2.0 and net6.0. 2022-02-13 12:42:21 +01:00
wo80 a088a2f8c5 Rename source folder. 2022-02-13 12:28:55 +01:00