diff --git a/CMakeLists.txt b/CMakeLists.txt index e395b7a..cfdbc94 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.5) include(cmake/color.cmake) -set(BLT_VERSION 0.16.3) +set(BLT_VERSION 0.16.4) set(BLT_TEST_VERSION 0.0.1) set(BLT_TARGET BLT) diff --git a/tests/src/math_tests.cpp b/tests/src/math_tests.cpp index 3a78316..8166255 100644 --- a/tests/src/math_tests.cpp +++ b/tests/src/math_tests.cpp @@ -16,15 +16,20 @@ * along with this program. If not, see . */ #include +#include #include #include #include #include +using vec3fp = blt::vec; + namespace blt::test { void fixed_point() { + //vec3fp hello = {fp64::from_f64(32.023), fp64::from_f64(422.34023), fp64::from_f64(321.023)}; + fp64 uv = fp64::from_u64(32); fp64 iv = fp64::from_i64(16);