more of the new matrix vector implementation

This commit is contained in:
Hartmut Seichter 2024-07-11 23:38:43 +02:00
parent 63135466a2
commit 3989c0f68e
7 changed files with 293 additions and 48 deletions

View file

@ -7,8 +7,8 @@ macro(make_test arg1)
endmacro()
# make_test(pwcore_test_matrix)
# make_test(pwcore_test_vector)
make_test(pwcore_test_matrix)
make_test(pwcore_test_vector)
# make_test(pwcore_test_axisangle)
# make_test(pwcore_test_quaternion)
# make_test(pwcore_test_transform_tools)