Skip to content

Releases: RonenNess/Vector2js

Changed entire API to meet JS standards + improvements

04 Jan 12:38
Compare
Choose a tag to compare
  • Added some useful funcs like equals() and fromArray().
  • Made all basic funcs (add / sub / mul / div) also accept numbers and use the corresponding xScalar function instead).
  • Updated tests.

V1.0.2 Added rotation, dot and cross

19 Jul 04:47
Compare
Choose a tag to compare
  • Added cross product.
  • Added dot product.
  • Added rotation functions.
  • + Tests for everything.

Couple of minor fixes, this is first stable version.

17 Jul 10:35
Compare
Choose a tag to compare

Version 1.0.0 release

17 Jul 10:20
Compare
Choose a tag to compare

First ready version.