使用新的iFloat替代原先的ifloat_t

This commit is contained in:
2025-06-28 18:32:37 +08:00
parent 4db0f654ed
commit 8388f448f3
9 changed files with 1089 additions and 142 deletions
+2 -1
View File
@@ -15,7 +15,7 @@ set(DV_CORE_MATH_INCLUDE_FILES
include/math/dvc_matrix3.h
include/math/dvc_matrix4.h
include/math/dvc_math_util.h
include/math/dvc_fixmath.h
include/math/dvc_fix_point.h
)
source_group("include/math" FILES ${DV_CORE_MATH_INCLUDE_FILES})
@@ -26,6 +26,7 @@ set(DV_CORE_MATH_SOURCE_FILES
source/math/dvc_matrix3.cpp
source/math/dvc_matrix4.cpp
source/math/dvc_math_util.cpp
source/math/dvc_fix_point.cpp
)
source_group("source/math" FILES ${DV_CORE_MATH_SOURCE_FILES})