cgmath-rs v0.9.0 Release Notes

Release Date: 2016-04-19 // about 8 years ago
  • 🔄 Changed

    • Assignment operators implementations have been stabilised, to coincide with their stabilisation in Rust 1.8.
    • 📇 Renames Vector trait to VectorSpace.
    • 📇 Renames EuclideanVector to InnerSpace.
    • 📇 Renames Point to EuclideanSpace, and Point::Vector to EuclideanSpace::Diff.
    • Quaternions now implement VectorSpace and InnerSpace for the functions they share.
    • The Matrix trait is now constraint by VectorSpace, with Matrix::Element removed in favor of VectorSpace::Scalar.