File tree 1 file changed +25
-0
lines changed
1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] , and this project adheres to
6
6
[ Semantic Versioning] .
7
7
8
+ ## [ Unreleased]
9
+
10
+ ## Breaking changes
11
+
12
+ * ` EulerRot ` has been reimplemented and now has support for 24 different
13
+ rotation order enum values.
14
+
15
+ ### Added
16
+
17
+ * Added 3x3 matrix ` from_mat4_minor() ` and 2x2 matrix ` from_mat3_minor() `
18
+ methods.
19
+
20
+ * Added ` bvec2 ` , ` bvec3 ` , ` bvec3a ` , ` bvec4 ` and ` bvec4a ` vector mask creation
21
+ functions.
22
+
23
+ * Added all 24 possible intrinsic and extrinsic Euler angle rotation
24
+ combinations to ` EulerRot ` enum.
25
+
26
+ * Added ` is_finite_mask ` method to vector types which returns a vector mask.
27
+
28
+ * Added ` reflect ` and ` refract ` methods to vector types.
29
+
30
+ * Added ` to_euler ` methods to matrix types which extracts Euler angles from a
31
+ rotation matrix for a given ` EulerRot ` .
32
+
8
33
## [ 0.28.0] - 2024-06-10
9
34
10
35
### Breaking changes
You can’t perform that action at this time.
0 commit comments