Commit Graph

38 Commits

Author SHA1 Message Date
Piotr Kania 905a765c0f Additional sanity checks for triangulate operation 2021-04-29 11:51:05 +02:00
Piotr Kania af36bac4db Check pointer before dereferencing it 2021-04-26 10:25:12 +02:00
Pierre Dejoue 1054475eeb Triangle::NeighborAcross to return a pointer
Same as Triangle::NeighborCW and Triangle::NeighborCCW
2020-10-26 20:58:23 +01:00
Pierre Dejoue 06b0f14b29 Actually throw exceptions 2020-08-06 19:36:50 +02:00
Pierre Dejoue 7f8c4c5e4c Rename local index for readability 2020-08-06 19:36:50 +02:00
Jan Niklas Hasse 6c184d10b4 Use nullptr instead of NULL or 0 2020-06-14 20:14:58 +02:00
Jan Niklas Hasse 9c8b47486d Update project URL and copyright year 2018-09-11 12:53:31 +02:00
Jan Niklas Hasse 66ff955252 Remove unused parameter from CreateAdvancingFront, fix #3 2018-04-13 19:29:10 +02:00
Jan Niklas Hasse f0a16419c5 Throw an exception instead of assert(false) for repeat points 2018-02-28 17:34:54 +01:00
Jan Niklas Hasse f52c0c1c0d Remove unnecessary NULL check 2015-01-27 02:04:39 +01:00
Giemsa b5abae7c15 modify definitions(for more high performance and safety) 2014-01-21 21:38:22 +09:00
Jan Niklas Hasse 47a9c6e038 remove trailing whitespace and convert to unix line endings 2012-09-05 18:41:47 +02:00
Jan Niklas Hasse 163e504e21 fix compiler warning and remove trailing whitespace 2012-08-18 17:41:03 +02:00
Jan Niklas Hasse 544aec554c fixed compiler warnings 2012-07-12 19:56:59 +02:00
Mason Green 6f70496b5d better decision-making about when to Fill hole 2012-04-07 10:43:27 -04:00
Mason Green 56510a42f7 fixed a few gcc warnings 2011-06-04 14:57:00 -04:00
zzzzrrr b5c5cbd82f updated comments 2011-03-08 11:06:09 -05:00
zzzzrrr 9f1a0dff10 Fixed a bug in DTSweep that might remove one or two valid triangles fromPointSet triangulations. 2011-03-08 10:35:37 -05:00
zzzzrrr d6dd5da27c memory cleanup 2010-04-25 12:40:54 -04:00
zzzzrrr bab616f9ea general cleanup 2010-04-23 13:11:13 -04:00
zzzzrrr 4ca5a5c8ca created vector for nodes 2010-04-23 12:34:55 -04:00
zzzzrrr 1bdb0893cd fixed none memory leaks... 2010-04-23 12:27:00 -04:00
zzzzrrr 8b0b7e3c79 C++ is a pain in the ass 2010-04-23 12:07:40 -04:00
zzzzrrr c0836af607 found another one :) 2010-04-23 12:00:45 -04:00
zzzzrrr 75f8496e22 fixed more memory leaks 2010-04-23 11:51:22 -04:00
zzzzrrr 15db727895 delete nodes from memory 2010-04-23 10:44:20 -04:00
zzzzrrr fe67bffee8 delete point event node from memory 2010-04-23 09:51:33 -04:00
zzzzrrr 6ab0f0ae00 add holes to API 2010-01-22 21:38:19 -05:00
zzzzrrr 5dbe785975 added p2t namespace 2010-01-22 19:50:35 -05:00
zzzzrrr d2a021b4a9 changed license headers 2010-01-22 15:03:43 -05:00
zzzzrrr e874c363fb fixed pointer bugs 2010-01-22 14:52:28 -05:00
zzzzrrr 4338a2be10 bug hunting 2010-01-22 09:57:49 -05:00
zzzzrrr 696ef826bd code cleanup 2010-01-21 11:20:56 -05:00
zzzzrrr 732e0791e8 uncrustified code 2010-01-21 09:00:09 -05:00
zzzzrrr 9202d205df bug hunting 2010-01-20 15:36:05 -05:00
zzzzrrr 0bb55b95b8 fixed more pointer bugs 2010-01-20 12:10:58 -05:00
zzzzrrr d776b54e57 fixed edge pointer bug - yay 2010-01-19 17:23:38 -05:00
zzzzrrr 9b279f68b5 checked in c++ code 2010-01-17 11:41:09 -05:00