Math/Matrix4: Add Decompose

This commit is contained in:
Lynix
2019-12-10 09:49:52 +01:00
parent be8e89b228
commit bcc10a1ee2
3 changed files with 22 additions and 0 deletions

View File

@@ -202,6 +202,7 @@ Nazara Engine:
- Add Flags<E>::Set(Flags) helper method, to enable flags
- ⚠ Constraint2D are no longer managed by references and are now handled objects
- ⚠ Removed all Set methods from math classes taking their own type (e.g. Box::Set(Box))
- Added Matrix4::Decompose
Nazara Development Kit:
- Added ImageWidget (#139)