Skip to content

Commit 2e4d91e

Browse files
committed
more changelog entries
1 parent 3f68bb7 commit 2e4d91e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
2424
- Bunches of comments and diagrams documenting innards of `DelaunayTriangulator`.
2525
- Add a function to `Triangle` to output Swift code to reconstruct it, for e.g. unit tests.
2626
- 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`.
36+
2737

2838
### Fixed
2939

0 commit comments

Comments
 (0)