nalgebra v0.29.1 Release Notes

  • ➕ Added

    • The conversion trait From<Vec<T>> and method from_vec_storage for RowDVector. See #975
    • ➕ Added implementation of From and Into for converting between nalgebra types and types from glam 0.18. These can be enabled by enabling the convert-glam018 cargo features.
    • Added the methods Matrix::product, ::row_product, ::row_product_tr, and ::column_product to compute the product of the components, rows, or columns, of a single matrix or vector.
    • 0️⃣ The Default trait is now implemented for most geometric types: Point, Isometry, Rotation, Similarity, Transform, UnitComplex, and UnitQuaternion.