File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 1
- Version 3.0.0 (May 17th 2021)
1
+ Version 3.0.0 (May 18th 2021)
2
2
-----------------------------
3
3
* Vector class:
4
4
* Fix Vector opposite method
@@ -12,14 +12,10 @@ Version 3.0.0 (May 17th 2021)
12
12
* Delete set(), setFromArray() and clone() methods
13
13
* Circle class:
14
14
* First parameter of set() method and constructor is now Radius.
15
- * Position parameters of constructor can be given as numbers, array, angle or Vector2
16
15
* Delete set(), setPositionXY() and setPositionFromVector() methods
17
16
* Add setPosition(), setRadius() and setDiameter() methods
18
17
* Rectangle class:
19
18
* First parameters of constructor are now width and height.
20
- * Position parameters constructor can be given as numbers, array, angle or Vector2
21
- * setPosition() method now accept numbers, array, angle or Vector2
22
- * setSize() method now accept numbers, array, angle or Vector2
23
19
* delete setPositionXY(), setPositionX(), setPositionFromVector() and setPositionY() methods
24
20
* delete set(), setSizeXY(), setSizeX(), setSizeFromVector() and setSizeY() methods
25
21
You can’t perform that action at this time.
0 commit comments