Go to file
2021-08-06 16:08:30 +02:00
ints Added Len{,64} gives back the number of digits of a number. 2021-02-12 13:25:14 +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 XY method for Point{,F,F32} that returns the coordinates. 2021-08-06 16:08:30 +02:00
pointf32.go Added XY method for Point{,F,F32} that returns the coordinates. 2021-08-06 16:08:30 +02:00
pointf_test.go Initial version of the geom package 2017-11-01 06:51:41 +01:00
pointf.go Added XY method for Point{,F,F32} that returns the coordinates. 2021-08-06 16:08:30 +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 Union for Rectangle{,F,F32}. 2021-02-15 19:39:39 +01:00
rectanglef32.go Added Union for Rectangle{,F,F32}. 2021-02-15 19:39:39 +01:00
rectanglef.go Added Union for Rectangle{,F,F32}. 2021-02-15 19:39:39 +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.