Implement Missing things (More To Come) (Broken build)

This commit is contained in:
2024-03-21 15:24:50 -04:00
parent d1529f05b0
commit 802c321115
9 changed files with 150 additions and 2 deletions

View File

@@ -593,4 +593,8 @@ namespace J3ML::LinearAlgebra {
At(3, 2) = data[14];
At(3, 3) = data[15];
}
void Matrix4x4::IsColOrthogonal() {
}
}