Adding code x2
This commit is contained in:
3
tests/LinearAlgebra/EulerAngleTests.cpp
Normal file
3
tests/LinearAlgebra/EulerAngleTests.cpp
Normal file
@@ -0,0 +1,3 @@
|
||||
//
|
||||
// Created by josh on 12/26/2023.
|
||||
//
|
3
tests/LinearAlgebra/Matrix2x2Tests.cpp
Normal file
3
tests/LinearAlgebra/Matrix2x2Tests.cpp
Normal file
@@ -0,0 +1,3 @@
|
||||
//
|
||||
// Created by josh on 12/26/2023.
|
||||
//
|
3
tests/LinearAlgebra/QuaternionTests.cpp
Normal file
3
tests/LinearAlgebra/QuaternionTests.cpp
Normal file
@@ -0,0 +1,3 @@
|
||||
//
|
||||
// Created by josh on 12/26/2023.
|
||||
//
|
28
tests/LinearAlgebra/Vector2Tests.cpp
Normal file
28
tests/LinearAlgebra/Vector2Tests.cpp
Normal file
@@ -0,0 +1,28 @@
|
||||
#include <gtest/gtest.h>
|
||||
#include <J3ML/LinearAlgebra/Vector2.h>
|
||||
|
||||
|
||||
TEST(Vector2Test, V2_Constructor_Default) { }
|
||||
TEST(Vector2Test, V2_Addition) { }
|
||||
TEST(Vector2Test, V2_Subtraction) { }
|
||||
TEST(Vector2Test, V2_Multiplication) { }
|
||||
TEST(Vector2Test, V2_Division) { }
|
||||
TEST(Vector2Test, V2_Equality) { }
|
||||
TEST(Vector2Test, V2_Array_Operator_Indexing) { }
|
||||
|
||||
|
||||
TEST(Vector2Test, V2_Normalize)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
TEST(Vector2Test, V2_Dot)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
TEST(Vector2Test, V2_Min) { }
|
||||
TEST(Vector2Test, V2_Max) { }
|
||||
TEST(Vector2Test, V2_Distance) { }
|
||||
TEST(Vector2Test, V2_Length) { }
|
||||
TEST(Vector2Test, V2_Clamp) { }
|
3
tests/LinearAlgebra/Vector3Tests.cpp
Normal file
3
tests/LinearAlgebra/Vector3Tests.cpp
Normal file
@@ -0,0 +1,3 @@
|
||||
//
|
||||
// Created by josh on 12/26/2023.
|
||||
//
|
3
tests/LinearAlgebra/Vector4Tests.cpp
Normal file
3
tests/LinearAlgebra/Vector4Tests.cpp
Normal file
@@ -0,0 +1,3 @@
|
||||
//
|
||||
// Created by josh on 12/26/2023.
|
||||
//
|
Reference in New Issue
Block a user