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

Releases: myelin-ai/geometry

2.4.2

20 Jan 16:52
d975604
Compare
Choose a tag to compare
  • Explicitly disallow NaN, +∞ and -∞ in polygons instead of looping forever (#36).

2.4.1

17 Dec 12:43
8f68241
Compare
Choose a tag to compare
  • Correct small typos in the documentation.
  • Remove an unnecessary check.
  • Remove direct dependency on serde_derive.

2.3.0

11 Mar 10:53
24e18e6
Compare
Choose a tag to compare

Add Vector::rotate_clockwise

2.2.0

04 Mar 13:00
e45d05d
Compare
Choose a tag to compare

Add Vector::rotate

2.1.0

01 Mar 14:28
5321dba
Compare
Choose a tag to compare
  • Add support for intersection tests between Polygons.
  • 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.0.0

01 Mar 14:22
5e2b275
Compare
Choose a tag to compare

Sanitize Aabbs by replacing fn new(...) -> Self with fn try_new(...) -> Result<Self>

1.0.0

01 Mar 14:19
520121c
Compare
Choose a tag to compare

Initial release