Go to file
2017-11-06 22:14:48 +01:00
LICENSE Initial version of the geom package 2017-11-01 06:51:41 +01:00
point.go Initial version of the geom package 2017-11-01 06:51:41 +01:00
pointf32.go Initial version of the geom package 2017-11-01 06:51:41 +01:00
pointf_test.go Initial version of the geom package 2017-11-01 06:51:41 +01:00
pointf.go Added point (PointF) subtraction. 2017-11-06 22:14:48 +01:00
polygonf.go Initial version of the geom package 2017-11-01 06:51:41 +01:00
README.md Fixup readme. 2017-11-01 08:01:53 +01:00
rectangle.go Initial version of the geom package 2017-11-01 06:51:41 +01:00
rectanglef.go Added Inset and Add method to RectangleF 2017-11-06 20:24:19 +01:00

geom package

The geom package exposes some basic geometries using floating point numbers. The package is licensed under MIT. Currently this package is still under development and thus the API may break.