Commit Graph

32 Commits

Author SHA1 Message Date
Piotr Kania 905a765c0f Additional sanity checks for triangulate operation 2021-04-29 11:51:05 +02:00
Pierre Dejoue 35b2fa916a Patch inversion of head and tail in the advancing front initialization
No functional impact, the code is equivalent. We just assign
head_ to af_head_ and tail_ to af_tail_ as one would expect.
2020-10-26 12:07:45 +01:00
Jan Niklas Hasse a3a6456586 Add namespace comment for clang-tidy 2020-10-19 18:27:21 +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
Giemsa d84fb6f6d5 fix some problems 2014-01-22 11:01:45 +09:00
Giemsa b5abae7c15 modify definitions(for more high performance and safety) 2014-01-21 21:38:22 +09:00
Mason Green 91d1203c3a fixed SweepContext ctor 2013-05-23 20:08:46 +02:00
Mason Green d5b79b043b fixed SweepContext::MeshClean 2013-05-23 19:59:51 +02: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 58793eda10 remove unnecessary ctors and use initializer list 2012-08-27 19:24:14 +02:00
Jan Niklas Hasse 293108fcdb fix compiler warning (also pass by value since it's faster for PODs) 2012-08-21 15:05:48 +02:00
Jan Niklas Hasse f4f6ab5ab1 fix compiler warnings about size_t to int conversion 2012-08-17 23:23:36 +02:00
Mason Green 56510a42f7 fixed a few gcc warnings 2011-06-04 14:57:00 -04: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 75f8496e22 fixed more memory leaks 2010-04-23 11:51:22 -04:00
zzzzrrr cd95b14d0a removed bad import; updated README 2010-02-10 07:14:38 -05:00
zzzzrrr 8348364612 added AddHole to api; added random distribution example 2010-02-07 15:46:27 -05: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 ac40ef4631 code cleanup 2010-01-22 15:22:08 -05:00
zzzzrrr d2a021b4a9 changed license headers 2010-01-22 15:03:43 -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 fa9488baca added DrawMap 2010-01-20 12:25:10 -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