Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: RonenNess/Vector2js

Changed entire API to meet JS standards + improvements

04 Jan 12:38

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

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

Choose a tag to compare

Version 1.0.0 release

17 Jul 10:20

Choose a tag to compare

First ready version.