-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGES.txt
34 lines (29 loc) · 934 Bytes
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Release 0.4.1 (10/10/2020)
--------------------------
- Fixed version compatibility issue.
- Added coordinate outputs for Vec2, Seq2 and Polygon
- Renamed to planar2 and updated docs
Release 0.4 (3/21/2011)
-----------------------
- Added Line type.
- Added Ray type.
- Added LineSegment type.
- Fixed build problem on Windows with MinGW. Thanks to Jonathan Hartley!
- Add equality testing support to BoundingBox.
Release 0.3 (2/26/2011)
-----------------------
- Added BoundingBox type.
- Added Polygon type.
- Added py namespace module.
Release 0.2.1 (8/24/2010)
-------------------------
- Fix broken C assertions in Vec2Array. Thanks to Jonathan Hartley!
Release 0.2 (8/21/2010)
-----------------------
- Added Seq2 base type.
- Added Vec2Array type.
- Added Affine transform type.
- Fix NaN bug in Vec2.length2 on Windows. Thanks to Jonathan Hartley!
Release 0.1 (4/27/2010)
-----------------------
- Vec2 type implemented.