Skip to content

Release 2.1.1

Compare
Choose a tag to compare
@Siddhesh-Agarwal Siddhesh-Agarwal released this 12 Oct 05:53
· 50 commits to main since this release
df75dec
  • Corrected arguement() in Vector class.
  • Changed unitVector() to unit_vector() in Vector class.
  • Now call Vector(n) to generate a n-dimensional zero vector. n defaults to 2.
  • Corrected problem in rotate() in Vector class.