Skip to content

Releases: 0x1a8510f2/gopoints

v1.0.4

06 Jan 17:59
f303cd6
Compare
Choose a tag to compare

Changelog

  • Fix plane.FlipPoints(). Previously it calculated the flipped points but returned the original ones

v1.0.3

31 Dec 17:28
824c50e
Compare
Choose a tag to compare

Changelog

  • Fix versioning

v1.0.2

31 Dec 17:25
0f36228
Compare
Choose a tag to compare

Changelog

  • Made PointSet implementation thread-safe

v1.0.1

19 Dec 22:51
33f73f5
Compare
Choose a tag to compare

Changelog

  • Added file with package-wide constants
  • Added ability to check package version via gopoints.VERSION constant in the new constants file
  • Fixed annoying bug with Plane.Flip which made around half of the points disappear if points were present on both halves of the plane
  • Made the example code a little more interesting

v1.0.0

19 Dec 19:39
d97f835
Compare
Choose a tag to compare

Changelog:

  • Code tested slightly more thoroughly
  • func (set *PointSet) CheckForAll(points []Point) bool added to PointSet to allow for easy checking for multiple points
  • More documentation added in the form of comments

v0.0.1-beta

19 Dec 18:19
9d7b1d1
Compare
Choose a tag to compare
v0.0.1-beta Pre-release
Pre-release

Initial release. Not tested much, but appears to be working well.