aboutsummaryrefslogtreecommitdiff
path: root/src/image/geom.go
AgeCommit message (Expand)Author
2021-06-30image: add Uniform.RGBA64At and Rectangle.RGBA64AtNigel Tao
2020-04-29image: guard against NewXxx integer overflowNigel Tao
2019-04-07image: deprecate ZP and ZRNigel Tao
2017-02-10image: fix the overlap check in Rectangle.Intersect.Nigel Tao
2017-02-07Revert "image: fix the overlap check in Rectangle.Intersect."Russ Cox
2017-02-07image: fix the overlap check in Rectangle.Intersect.Nigel Tao
2015-03-04image: make Rectangle implement Image.Nigel Tao
2015-02-18image: change Rectangle.Eq to return true for all empty rectangles, evenNigel Tao
2015-02-17image: fix Rectangle.Overlaps and Rectangle.Union for empty rectangles.Nigel Tao
2014-09-08build: move package sources from src/pkg to srcRuss Cox