cgmath-rs v0.6.0 Release Notes

Release Date: 2015-12-12 // over 8 years ago
  • โž• Added

    • This CHANGELOG for keeping track of notable changes.
    • Matrix4::{from_scale, from_nonuniform_scale} for easily constructing homogeneous scale matrices.

    ๐Ÿ”„ Changed

    • ๐Ÿ“‡ Renamed SquareMatrix::one to SquareMatrix::identity. identity is easier to search for, and the more common name for the multiplicative identity for matrices.
    • Matrix impls have now been constrained to S: BaseFloat.