1
0
forked from josh/j3ml
Files
j3ml-fork/tests/LinearAlgebra/Vector3Tests.cpp
2023-12-29 01:02:57 -05:00

9 lines
153 B
C++

#include <gtest/gtest.h>
#include <J3ML/LinearAlgebra/Vector3.h>
using Vector3 = LinearAlgebra::Vector3;
TEST(Vector3Test, V3_Constructor_Default)
{
}