Skip to content

Releases: Lundis/go-vector

1.4.0

Choose a tag to compare

@Lundis Lundis released this 20 Feb 17:25

New functions:

  • Cross
  • DistanceToLine
  • SideOfPoint
  • AngleBetween

Changes:

  • use Go 1.24
  • updates dependencies
  • String() is less spammy now

v1.3.1

Choose a tag to compare

@Lundis Lundis released this 24 Nov 18:00

Added Components()

v1.3.0

Choose a tag to compare

@Lundis Lundis released this 21 Nov 18:52
  • introduced generics, so you can use any type in the vectors, and all functions auto-convert incompatible parameter types so you can use them seamlessly.
  • lots of new functions and methods!

Full Changelog: v1.2.0...v1.3.0

v1.2.0

Choose a tag to compare

@Lundis Lundis released this 20 Oct 11:22

Changes

  • Added IsZero()

v1.1.0

Choose a tag to compare

@Lundis Lundis released this 20 Oct 10:54

Changes:

  • you can now pass any number of parameters to Add, Sub, Mul and Div

v1.0.0

Choose a tag to compare

@Lundis Lundis released this 20 Oct 10:46

Changes

  • Updated CI script
  • Removed pointers
  • 100% code coverage