Translated tests for Vector3

This commit is contained in:
Leonetienne
2022-02-11 13:40:22 +01:00
parent 56d712a7f2
commit 59f1164458
4 changed files with 1472 additions and 1609 deletions

View File

@@ -10,7 +10,6 @@ namespace {
static std::mt19937 rng = std::mt19937((std::random_device())());
}
// Tests that a freshly created matrix is an identity matrix
TEST_CASE(__FILE__"/New_Matrix_Is_Identity", "[Matrix4x4]")
{