Revert "BLI: Use BLI_math_matrix_type.hh instead of BLI_math_float4x4.hh"

This reverts commit 52de84b0db.

had some build issues on windows i can't quickly resolve, revert for
now while we fix the problems
This commit is contained in:
2023-02-02 11:46:23 -07:00
parent f31ad5d98b
commit b5e00a1482
104 changed files with 1287 additions and 827 deletions

View File

@@ -67,7 +67,9 @@
# include "BLI_assert.h"
# ifdef __cplusplus
# include "BLI_math_matrix_types.hh"
# ifndef __BLI_MATH_MATRIX_TYPES_HH__
# include "BLI_float4x4.hh"
# endif
# include "BLI_math_vector_types.hh"
using blender::float2;
using blender::float3;