This repository has been archived by the owner on May 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from myelin-ai/release
Release 2.2.0
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
# Changelog | ||
|
||
## 1.0 | ||
|
||
- Initial release | ||
|
||
## 2.0 | ||
|
||
- Sanitize Aabbs by replacing `fn new(...) -> Self` with `fn try_new(...) -> Result<Self>` | ||
|
||
## 2.1 | ||
|
||
- Add support for intersection tests between `Polygon`s. | ||
- Unify the `intersects` methods of `Polygon` and `Aabb` under the `Intersects` trait | ||
- Add some useful functions to `Vector`. | ||
- Support calculating the `normal` (i.e. perpendicular) vector | ||
- Support calculating the `magnitude` | ||
- Support calculating the `unit` vector | ||
|
||
## 2.2 | ||
- Add `Vector::rotate` |