Skip to content

Releases: maplant/al-jabr

v0.5.3

06 Mar 23:46
e5ce07b
Compare
Choose a tag to compare
  • Add from_rotation constructor for Matrix3 and Matrix4.
  • Derive serde::Serialize and serde::Serialize and for Unit when T supports it.

v0.5.2

06 Mar 23:39
4a0e47f
Compare
Choose a tag to compare
  • Add Vector1 and Point1
  • Add from_vec1, from_vec2, and from_vec3 constructors to extend vectors.
  • Add from_point1, from_point1, and from_point1, constructors to extend points.
  • Make Unit Copy and Clone dependent on T

V0.5.1

06 Mar 02:58
964c564
Compare
Choose a tag to compare
  • Remove redundant LERP impl from Matrix

v0.5.0

05 Mar 23:32
270e046
Compare
Choose a tag to compare
  • Add asin and acos methods to Real.
  • Add Unit struct to enforce normalized objects.
  • Add nlerp and slerp method to Unit.
  • Add lerp method to Matrix.