This repository has been archived by the owner on May 30, 2024. It is now read-only.
Releases: myelin-ai/geometry
Releases · myelin-ai/geometry
2.4.2
2.4.1
2.3.0
Add Vector::rotate_clockwise
2.2.0
Add Vector::rotate
2.1.0
- Add support for intersection tests between
Polygon
s. - Unify the
intersects
methods ofPolygon
andAabb
under theIntersects
trait - Add some useful functions to
Vector
.- Support calculating the
normal
(i.e. perpendicular) vector - Support calculating the
magnitude
- Support calculating the
unit
vector
- Support calculating the
2.0.0
Sanitize Aabbs by replacing fn new(...) -> Self
with fn try_new(...) -> Result<Self>
1.0.0
Initial release