glam v0.11.0 Release Notes

Release Date: 2020-11-26 // over 3 years ago
  • โž• Added

    • โž• Added is_finite method to all types which returns true if, and only if, all contained elements are finite.
    • โž• Added exp and powf methods for all vector types.

    ๐Ÿ”„ Changed

    • The is_nan method now returns a bool to match the new is_finite method and to be consistent with the same methods on the f32 and f64 primitive types.
    • Renamed is_nan which returns a vector mask to is_nan_mask.
    • ๐Ÿ— Don't use the cfg definitions added by build.rs for defining structs as rust-analyzer is not aware of them.

    โœ‚ Removed

    • โœ‚ Removed deprecated accessor methods.