9215311802Added two missing int64 methods (Abs64 and SubAbs64).Sander Schobers2020-06-07 08:44:34 +0200
82f27a2b4aAdded Rect{,2D,Rel,Rel2D} methods on Point{,F,F32} to create a rectangle with the point as minimum.Sander Schobers2020-05-17 11:21:41 +0200
c81df8279fAdded all missing conversion functions from the different point & rectangle formats. Renamed To{32,64} to To{F32,F} for consistency.Sander Schobers2020-05-17 10:38:01 +0200
18bac571b8Added PointF{,32}.ToInt that converts the point to a Point. Added Point.In(Rectangle).Sander Schobers2020-05-16 19:52:05 +0200
cc2addf7e2Added RectRel{,F,F32} methods. - Instead of a second coordinate (x,y) you can provide the width & height of the rectangle.Sander Schobers2020-05-15 10:24:09 +0200
cc72cd1171Added comment with the range of the noise functions.Sander Schobers2020-05-15 10:20:54 +0200
ac8c2029e4Defined Rectangle in package. - Instead of deriving from image.Rectangle. Added methods on Rectangle.Sander Schobers2019-12-27 21:17:06 +0100
f2705fcdf8Added Add2D methods for PointF{,32}. - Add2D adds x, y values instead of a point (Add).Sander Schobers2019-12-24 10:48:49 +0100
3eeedf121eAdded Div and Mul operations for points. Moved Less method (for Point) to sort alphabetically.Sander Schobers2019-12-23 15:09:33 +0100
4df2655b53Added point conversion methods (from integer to float).Sander Schobers2019-12-23 13:53:10 +0100
73c6048f09Added more methods to the ints package. - Added some statistical (related to summing and countings digits) and math methods (related to powers and square roots).Sander Schobers2019-12-21 13:01:47 +0100
fc18ea9ce8Moved integer related methods to separate package.Sander Schobers2019-12-21 12:48:57 +0100
40abdf0439Point is now its own struct. - Removed dependency on image package. Added more methods to manipulate point.Sander Schobers2019-12-21 11:42:01 +0100
3d416ec281Added methods to manipulate ints. - Conversions and basic math.Sander Schobers2019-12-21 11:41:27 +0100
26bac636bcInitial version of the geom package - Includes PointF, RectangleF and PolygonF. Additional it includes the 32 bit floating point PointF32 and wrappers to image.Point and image.Rectangle.Sander Schobers2017-11-01 06:51:41 +0100