Go to file
2020-05-17 10:38:01 +02:00
ints Added more methods to the ints package. 2019-12-21 13:01:47 +01:00
lin Sorted methods in alphabetical order. 2019-03-06 19:06:08 +01:00
noise Added comment with the range of the noise functions. 2020-05-15 10:20:54 +02:00
primes Added primes package. 2019-12-21 13:44:19 +01:00
LICENSE Initial version of the geom package 2017-11-01 06:51:41 +01:00
math_test.go Added {Is,}NaN{,32} methods. 2018-09-22 18:22:40 +02:00
math.go Add Ceil{,32} and Floor{,32}. 2020-05-15 23:39:15 +02:00
matrix3x3f32.go Sorted methods in alphabetical order. 2019-03-06 19:06:08 +01:00
point.go Added PointF{,32}.ToInt that converts the point to a Point. 2020-05-16 19:52:05 +02:00
pointf32.go Added all missing conversion functions from the different point & rectangle formats. 2020-05-17 10:38:01 +02:00
pointf_test.go Initial version of the geom package 2017-11-01 06:51:41 +01:00
pointf.go Added all missing conversion functions from the different point & rectangle formats. 2020-05-17 10:38:01 +02:00
polygonf32.go Added DistanceTo{Line,Lines,Polygon} methods for PointF and PointF32. 2019-04-11 19:14:50 +02:00
polygonf.go Added DistanceTo{Line,Lines,Polygon} methods for PointF and PointF32. 2019-04-11 19:14:50 +02:00
README.md Fixup readme. 2017-11-01 08:01:53 +01:00
rectangle.go Added all missing conversion functions from the different point & rectangle formats. 2020-05-17 10:38:01 +02:00
rectanglef32.go Added all missing conversion functions from the different point & rectangle formats. 2020-05-17 10:38:01 +02:00
rectanglef.go Added all missing conversion functions from the different point & rectangle formats. 2020-05-17 10:38:01 +02: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.