Skip to content

Releases: TornadoTech-GMLibs/gms-struct-vector

v1.3.0

12 Dec 04:47
6436b45
Compare
Choose a tag to compare

v1.2.1

04 May 08:35
Compare
Choose a tag to compare

Soem bug fixs

v1.2.0

04 May 08:10
Compare
Choose a tag to compare

Added global addon Overwrite
Added to_map method
Added function is_vector2.

v1.1.0

14 Apr 09:08
Compare
Choose a tag to compare

Add new math methods:

  • distance_to()
  • dot(),
  • angle()
  • math_sign()
  • math_signv()
  • math_abs()
  • math_absv()
  • math_power()
  • math_powerv()
  • math_round()
  • math_ceil()
  • math_floor()
  • math_minv()
  • math_maxv()
  • math_clampv()
  • math_lerpv()

Add JSDoc to all methods

Some math methods now get only vector

v1.0.0

13 Apr 12:32
Compare
Choose a tag to compare

Vector class creation is now wrapped, keyword new is not required. Also, now there is a brief notation of the vector.

Add new Vector2 methods:

  • to_array()
  • to_list()
  • sub()
  • divis()
  • copy()

Add new functions:

  • display_get_gui_size()
  • display_set_gui_vsize()
  • position_get(), position_set()
  • position_add()
  • position_multi()

Updated demo

v0.1.0

08 Feb 01:59
Compare
Choose a tag to compare

Fix:

  • _lerp()

Add:

  • dir_set()
  • dir_add()
  • dir_multi()

0.0.1

07 Feb 11:54
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release

The first and simplest version of the vector, without dir functions