summaryrefslogtreecommitdiffstats
path: root/thirdparty/b2d_convexdecomp/b2Triangle.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Drop b2d_convexdecomp. no longer necessary.Rémi Verschelde2019-12-131-82/+0
| | | | | | | We now use `thirdparty/misc/triangulator.h` for all physics-related (collision, navigation) triangulation needs. Follow-up to #34293.
* Move other lone thirdparty files to thirdparty/miscRémi Verschelde2017-04-281-0/+82
Also move Box2D ConvexDecomposition contrib code to thirdparty/b2d_convexdecomp.