Go to file
Sander Schobers 26bac636bc Initial 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.
2017-11-01 06:51:41 +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 Initial version of the geom package 2017-11-01 06:51:41 +01:00
polygonf.go Initial version of the geom package 2017-11-01 06:51:41 +01:00
README.md Initial version of the geom package 2017-11-01 06:51:41 +01:00
rectangle.go Initial version of the geom package 2017-11-01 06:51:41 +01:00
rectanglef.go Initial version of the geom package 2017-11-01 06:51:41 +01:00

geom package

The geom packages 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.