Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6 from myelin-ai/release
Browse files Browse the repository at this point in the history
Release 2.2.0
  • Loading branch information
jeremystucki committed Mar 4, 2019
2 parents 3a5c4b3 + b431795 commit e45d05d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "myelin-geometry"
description = "Basic linear and vector geometry for two-dimensional Euclidean geometry"
version = "2.1.0"
version = "2.2.0"
authors = [
"Jan Nils Ferner <[email protected]>",
"Mathias Fischler <[email protected]>",
Expand Down
6 changes: 3 additions & 3 deletions changelog.md
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`

0 comments on commit e45d05d

Please sign in to comment.