glam v0.20.1 Release Notes

Release Date: 2021-11-23 // over 2 years ago
  • โž• Addeed

    • Added the from_rotation_arc_2d() method to Quat and DQuat which will return a rotation between two 2D vectors around the z axis.
    • โž• Added impl of Neg operator for matrix types.
    • โž• Added cuda feature which forces glam types to match cuda's alignment requirements.

    ๐Ÿ”„ Changed

    • The Quat and DQuat methods from_rotation_arc() and from_rotation_arc_colinear() are now available in no_std.
    • The Vec3 and DVec3 methods any_orthogonal_vector(), any_orthonormal_vector() and any_orthonormal_pair() are now available in no_std.
    • โž• Added repr(C) attribute to affine types.

    โœ‚ Removed

    • Removed deprecated as_f32(), as_f64(), as_i32() and as_u32() methods.