Implement Mat4x4::Diagonal

This commit is contained in:
2024-02-01 17:10:56 -05:00
parent ea61b5ea51
commit 6b78a0b731
2 changed files with 9 additions and 0 deletions

View File

@@ -92,6 +92,7 @@ namespace LinearAlgebra {
bool IsInvertible(float epsilon = 1e-3f) const;
Vector4 Diagonal() const;
Vector3 Diagonal3() const;
Vector4 WorldX() const;
Vector4 WorldY() const;
Vector4 WorldZ() const;