Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LCluber committed May 18, 2021
1 parent 7fad482 commit 15ea283
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 3.0.0 (May 17th 2021)
Version 3.0.0 (May 18th 2021)
-----------------------------
* Vector class:
* Fix Vector opposite method
Expand All @@ -12,14 +12,10 @@ Version 3.0.0 (May 17th 2021)
* Delete set(), setFromArray() and clone() methods
* Circle class:
* First parameter of set() method and constructor is now Radius.
* Position parameters of constructor can be given as numbers, array, angle or Vector2
* Delete set(), setPositionXY() and setPositionFromVector() methods
* Add setPosition(), setRadius() and setDiameter() methods
* Rectangle class:
* First parameters of constructor are now width and height.
* Position parameters constructor can be given as numbers, array, angle or Vector2
* setPosition() method now accept numbers, array, angle or Vector2
* setSize() method now accept numbers, array, angle or Vector2
* delete setPositionXY(), setPositionX(), setPositionFromVector() and setPositionY() methods
* delete set(), setSizeXY(), setSizeX(), setSizeFromVector() and setSizeY() methods

Expand Down

0 comments on commit 15ea283

Please sign in to comment.