Added all 24 possible intrinsic and extrinsic Euler angle rotation
combinations to EulerRot enum.
Added is_finite_mask method to vector types which returns a vector mask.
Added reflect and refract methods to vector types.
Added to_euler methods to matrix types which extracts Euler angles from a
rotation matrix for a given EulerRot.
Added generic map method to vector types which applies a functor to all
vector elements.
Vector arithmetic ops are now implemented on references.
Changed
Vector and quaternion lerp now uses a precise lerp algorithm.
[0.28.0] - 2024-06-10
Breaking changes
Removed derives from glam::deref types used by Deref on SIMD vector
types. These unintentionally added support for traits like PartialOrd to
SIMD vector types. This may break existing code that was depending on this.
Please use cmple().all() etc. instead of PartialOrd methods.
Removed impl From<Vec4> for Vec3A as this violated the From trait
contract that conversions should be lossless. Please use the explicit
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Updates the requirements on glam to permit the latest version.
Changelog
Sourced from glam's changelog.
... (truncated)
Commits
d827651
Prepare 0.29.0 release. (#552)833ec1f
Reduce dot threshold at which lerp is used instead of slerp. (#550)913395d
Vector arithmetic ops implementations for references (#549)7cc4dce
Switch to precise lerp. (#548)9a8729d
Update some dev deps.fe3365b
Generic mapping function for vectors (#547)a4ee21a
Add a test for EulerRot::default()d7591ce
Restore the Default impl for EulerRot.4488b23
Updated CHANGELOG.c367df8
Add Mat2::from_mat3_minor and Mat3::from_mat4_minor methods (#543)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show