Commit Graph

123 Commits

Author SHA1 Message Date
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
wo80 625be1ab8f Remove BuildProcessTemplates. 2022-02-13 12:26:36 +01:00
wo80 d3fff03367 Remove vssscc files. 2022-02-13 12:25:44 +01:00
wo80 c0acee6e9d Add gitignore. 2022-02-13 12:24:32 +01:00
eppz 6f0e55b876 Merge branch 'Attribution' 2017-06-17 07:42:33 +02:00
eppz e3fa143221 Create README.md 2017-06-17 07:42:21 +02:00
SND\wo80_cp 5ab20816e5 USE_Z: add automatic interpolation of z coordinate
git-svn-id: https://triangle.svn.codeplex.com/svn@79822 0e2699bc-83d4-4a8f-98e7-55e24ab8c7a5
2017-05-15 16:13:21 +00:00
SND\wo80_cp ab3693fb04 Minor updates.
git-svn-id: https://triangle.svn.codeplex.com/svn@79801 0e2699bc-83d4-4a8f-98e7-55e24ab8c7a5
2017-05-09 09:18:28 +00:00
SND\wo80_cp 65f38fd8f2 ImageRenderer: fix rendering of regions
git-svn-id: https://triangle.svn.codeplex.com/svn@79627 0e2699bc-83d4-4a8f-98e7-55e24ab8c7a5
2016-11-18 11:58:33 +00:00
SND\wo80_cp b604134c15 Fix image rendering.
git-svn-id: https://triangle.svn.codeplex.com/svn@79554 0e2699bc-83d4-4a8f-98e7-55e24ab8c7a5
2016-09-30 12:06:38 +00:00
SND\wo80_cp bb326a6674 Move sorting code from Dwyer to VertexSorter.
git-svn-id: https://triangle.svn.codeplex.com/svn@79547 0e2699bc-83d4-4a8f-98e7-55e24ab8c7a5
2016-09-20 13:17:36 +00:00
SND\wo80_cp a05e67d7b3 Update region iterator.
git-svn-id: https://triangle.svn.codeplex.com/svn@79514 0e2699bc-83d4-4a8f-98e7-55e24ab8c7a5
2016-09-10 17:00:54 +00:00
SND\wo80_cp e1c523299f Rename Sampler to TriangleSampler;
Make TriangleLocator public;

git-svn-id: https://triangle.svn.codeplex.com/svn@79449 0e2699bc-83d4-4a8f-98e7-55e24ab8c7a5
2016-08-23 20:29:52 +00:00
SND\wo80_cp 4a4da6c5fb Cleanup EPS and SVG code;
Option to gzip compress EPS and SVG images

git-svn-id: https://triangle.svn.codeplex.com/svn@79412 0e2699bc-83d4-4a8f-98e7-55e24ab8c7a5
2016-08-09 13:15:32 +00:00
SND\wo80_cp 3f10f86307 Move EPS and SVG writer to Triangle.Rendering project.
git-svn-id: https://triangle.svn.codeplex.com/svn@79411 0e2699bc-83d4-4a8f-98e7-55e24ab8c7a5
2016-08-08 23:56:03 +00:00
SND\wo80_cp f7dba8af41 Basic support for region area constraints.
git-svn-id: https://triangle.svn.codeplex.com/svn@79346 0e2699bc-83d4-4a8f-98e7-55e24ab8c7a5
2016-07-15 22:48:07 +00:00
SND\wo80_cp 507ef402ce Reduce size of exported EPS images.
git-svn-id: https://triangle.svn.codeplex.com/svn@79345 0e2699bc-83d4-4a8f-98e7-55e24ab8c7a5
2016-07-15 15:07:38 +00:00
SND\wo80_cp 3c20831c10 Fix structured mesh generation (GenericMesher);
Code cleanup;

git-svn-id: https://triangle.svn.codeplex.com/svn@78535 0e2699bc-83d4-4a8f-98e7-55e24ab8c7a5
2016-02-24 23:47:55 +00:00
SND\wo80_cp 128cee6e22 Minor fixes and improvements
git-svn-id: https://triangle.svn.codeplex.com/svn@78020 0e2699bc-83d4-4a8f-98e7-55e24ab8c7a5
2016-01-15 23:48:28 +00:00
SND\wo80_cp 0a7be0a1b6 git-svn-id: https://triangle.svn.codeplex.com/svn@78017 0e2699bc-83d4-4a8f-98e7-55e24ab8c7a5 2016-01-15 17:06:26 +00:00
SND\wo80_cp b9fac8b83e Fix triangle 'VariableArea' quality constraint.
git-svn-id: https://triangle.svn.codeplex.com/svn@77971 0e2699bc-83d4-4a8f-98e7-55e24ab8c7a5
2016-01-12 16:49:50 +00:00
SND\wo80_cp ea118b898f Improve robustness of Contour.FindInteriorPoint
git-svn-id: https://triangle.svn.codeplex.com/svn@77800 0e2699bc-83d4-4a8f-98e7-55e24ab8c7a5
2015-12-17 20:31:05 +00:00
SND\wo80_cp 90d30dcaf8 Add triangle object pool
git-svn-id: https://triangle.svn.codeplex.com/svn@77753 0e2699bc-83d4-4a8f-98e7-55e24ab8c7a5
2015-12-11 00:15:08 +00:00
SND\wo80_cp aed9de93e5 Add conditional compilation symbols:
USE_ATTRIBS: use vertex attributes (automatic interpolation)
USE_Z: add z-property to Point class (no interpolation)

git-svn-id: https://triangle.svn.codeplex.com/svn@77738 0e2699bc-83d4-4a8f-98e7-55e24ab8c7a5
2015-12-02 22:35:54 +00:00
SND\wo80_cp 4569c7728f Breaking changes for geometry entities:
Removed a bunch of properties (ID related)
Renamed 'Boundary' and 'Region' properties to 'Label'

git-svn-id: https://triangle.svn.codeplex.com/svn@77679 0e2699bc-83d4-4a8f-98e7-55e24ab8c7a5
2015-11-24 20:03:05 +00:00
SND\wo80_cp 14ee9120bd Changed IPolygon interface;
Fix #10971

git-svn-id: https://triangle.svn.codeplex.com/svn@77342 0e2699bc-83d4-4a8f-98e7-55e24ab8c7a5
2015-09-27 20:19:51 +00:00
SND\wo80_cp 66522893b0 More code reorganization (7)
git-svn-id: https://triangle.svn.codeplex.com/svn@77331 0e2699bc-83d4-4a8f-98e7-55e24ab8c7a5
2015-09-25 16:08:06 +00:00
SND\wo80_cp 0e920cdce3 Code cleanup
git-svn-id: https://triangle.svn.codeplex.com/svn@77330 0e2699bc-83d4-4a8f-98e7-55e24ab8c7a5
2015-09-25 15:56:18 +00:00
SND\wo80_cp a2a6d8c839 Add interface for geometric predicates
Add factory for Voronoi mesh entities (reduces allocations in SimpleSmoother)
Fix issue #10959

git-svn-id: https://triangle.svn.codeplex.com/svn@77246 0e2699bc-83d4-4a8f-98e7-55e24ab8c7a5
2015-09-10 23:05:25 +00:00
SND\wo80_cp da90ca5d0e Make fixed vertex ids work (changed IPolygon interface)
git-svn-id: https://triangle.svn.codeplex.com/svn@77167 0e2699bc-83d4-4a8f-98e7-55e24ab8c7a5
2015-08-26 11:13:09 +00:00
SND\wo80_cp 2f388438cc Fixes an issue with last commit
git-svn-id: https://triangle.svn.codeplex.com/svn@77159 0e2699bc-83d4-4a8f-98e7-55e24ab8c7a5
2015-08-24 09:45:39 +00:00
SND\wo80_cp 40625d3c38 Do not overwrite input vertex ids
git-svn-id: https://triangle.svn.codeplex.com/svn@77158 0e2699bc-83d4-4a8f-98e7-55e24ab8c7a5
2015-08-24 09:28:12 +00:00
SND\wo80_cp 6424ec003d Remove duplicate calculation in StandardVoronoi
git-svn-id: https://triangle.svn.codeplex.com/svn@77033 0e2699bc-83d4-4a8f-98e7-55e24ab8c7a5
2015-07-09 17:52:45 +00:00
SND\wo80_cp efd9d1260d Add a simple polygon validator.
git-svn-id: https://triangle.svn.codeplex.com/svn@77032 0e2699bc-83d4-4a8f-98e7-55e24ab8c7a5
2015-07-09 17:20:03 +00:00
SND\wo80_cp 58755fa461 Update StandardVoronoi code,
AdjacencyMatrix column pointers are now 0-based,
Rename QuadTree to TriangleQuadTree,
Minor fixes

git-svn-id: https://triangle.svn.codeplex.com/svn@77031 0e2699bc-83d4-4a8f-98e7-55e24ab8c7a5
2015-07-09 17:05:07 +00:00