You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
24
24
- Bunches of comments and diagrams documenting innards of `DelaunayTriangulator`.
25
25
- Add a function to `Triangle` to output Swift code to reconstruct it, for e.g. unit tests.
26
26
- Add functions for `Set<Triangle>` to return `Set<Vertex>` and a `String` description of a sorted list of brief descriptions of all contained `Triangle`s.
27
+
- Typealiases for `Degree` and `Radian`.
28
+
-`enum`s:
29
+
- `TrigonometricRatio` defining `cos`, `sin` etc and some helper functions.
30
+
- `Quadrant` defining the four parts of the Cartesian plane and some query functions.
31
+
-`struct`s:
32
+
- `PolarCoordinate2D`.
33
+
- `CartesianCoordinate2D`.
34
+
- `Angle` (with an `AngleOrientation` `enum` that needs to be reconciled with `PlanarOrientation`).
35
+
- A function to compute distance between two `CGPoints`.
0 commit comments