summaryrefslogtreecommitdiff
path: root/chickadee/math/rect.scm
Commit message (Expand)AuthorAgeFilesLines
* math: rect: Fix vec2-clamp-to-rect implementation.David Thompson2022-10-241-1/+3
* math: rect: Fix record type printer.David Thompson2021-10-011-6/+6
* math: rect: Add custom record type printer.David Thompson2021-09-281-0/+8
* math: rect: Fix make-null-rect so all values are 0 instead of garbage.David Thompson2021-04-071-1/+1
* math: rect: Fix rect-union and rect-clip.David Thompson2020-11-131-4/+4
* math: rect: Fix rect-inflate.David Thompson2020-10-151-2/+3
* math: rect: Export make-null-rect.David Thompson2020-10-151-0/+1
* math: rect: Move functional procedures after the imperative ones.David Thompson2020-10-151-56/+61
* math: rect: Fix rect-union when one of the rectangles has no area.David Thompson2020-10-131-8/+18
* math: rect: Add make-rect alias.David Thompson2018-12-131-2/+4
* math: rect: Fix vec2-clamp-to-rect.David Thompson2017-01-241-1/+1
* math: Add rect module.David Thompson2017-01-101-0/+357