Releases: TornadoTech-GMLibs/gms-struct-vector
Releases · TornadoTech-GMLibs/gms-struct-vector
v1.3.0
Full Changelog: v1.2.1...v1.3.0
v1.2.1
Soem bug fixs
v1.2.0
Added global addon Overwrite
Added to_map
method
Added function is_vector2
.
v1.1.0
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
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
Fix:
- _lerp()
Add:
- dir_set()
- dir_add()
- dir_multi()
0.0.1
The first and simplest version of the vector, without dir functions