aboutsummaryrefslogtreecommitdiff
path: root/src/math/polygon_graph.rs
Commit message (Collapse)AuthorAgeLines
* Move polygon functions into own modArne Dußin2020-11-21-462/+0
| | | | | The math module was starting to be mostly polygon files and functions, so those got their own subfolder to make the math module less of a mess.
* Apply clippy lintsArne Dußin2020-11-21-7/+3
|
* Implement bounding box functionArne Dußin2020-11-18-12/+53
|
* Add self intersection for polygon graphsArne Dußin2020-11-18-13/+80
|
* Add polygon graphArne Dußin2020-11-17-0/+358