Go to file
Sander Schobers 386eb28f11 Added Matrix3x3F32 and Vector3F32.
Added shorthand for creating a PointF32.
2018-07-18 20:05:06 +02:00
LICENSE Initial version of the geom package 2017-11-01 06:51:41 +01:00
matrix3x3f32.go Added Matrix3x3F32 and Vector3F32. 2018-07-18 20:05:06 +02:00
point.go Initial version of the geom package 2017-11-01 06:51:41 +01:00
pointf32.go Added Matrix3x3F32 and Vector3F32. 2018-07-18 20:05:06 +02: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
vector3f32.go Added Matrix3x3F32 and Vector3F32. 2018-07-18 20:05:06 +02: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.