-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathrelease-notes.txt
74 lines (44 loc) · 1.77 KB
/
release-notes.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Wykobi Computational Geometry Release Notes
********************************************************************************
[ Version 0.0.4 (12-04-2009) ]
00. Various algorithm/routine additions
- Create circumcevian triangle
- Create circummedial triangle
- Create right triangle
- Tangent line between circle and point
- Closest point on polygon from point
- Is right triangle
- Make circle from triangle (circumcircle)
01. Various bug fixes
03. Type changes
04. .NET Wykobi demonstration application updates and additions
********************************************************************************
[ Version 0.0.3 (01-05-2007) ]
00. Various algorithm additions
01. Addition of nD routines
02. Addition of .NET Wykobi demonstration application
03. Minor bug fixes
********************************************************************************
[ Version 0.0.2 (21-09-2006) ]
00. Various algorithm additions
01. Convex Hull Algorithms (2D only)
- Graham scan
- Jarvis march
- Melkman
02. Minimum Bounding Ball Algorithms
- Naive method (2D)
- Randomized (2D)
- Ritter (2D & 3D)
03. Sutherland Hodgman Polygon Clipper
04. Isotropic point normalizations (2D & 3D)
05. Covariance matrix calculation for point clouds (2D & 3D)
06. Ordered polygon from complex self-intersecting polygons (2D)
07. Naive group based pairwise intersections
08. Axis projection polygon descriptor
09. Duplicate removal algorithm
10. Matrix calculations (2x2, 3x3 and 4x4)
********************************************************************************
[ Version 0.0.1 (21-07-2006) ]
00. Initial Release
01. 2D & 3D Geometric routines
********************************************************************************