aboutsummaryrefslogtreecommitdiff
path: root/src/math/polygon.rs
Commit message (Expand)AuthorAgeLines
* Move polygon functions into own modArne Dußin2020-11-21-169/+0
* Implement bounding box functionArne Dußin2020-11-18-7/+13
* Add intersection point algorithmArne Dußin2020-11-15-113/+111
* Fix the polygon point containment algorithmArne Dußin2020-11-12-29/+82
* Add polygon that can check if a point is insideArne Dußin2020-11-11-0/+112