BLI: Use BLI_math_matrix_type.hh instead of BLI_math_float4x4.hh

Straightforward port. I took the oportunity to remove some C vector
functions (ex: `copy_v2_v2`).

This makes some changes to DRWView to accomodate the alignement
requirements of the float4x4 type.
This commit is contained in:
2023-02-02 18:11:35 +01:00
parent ca99a59605
commit 52de84b0db
104 changed files with 827 additions and 1287 deletions

View File

@@ -3,7 +3,7 @@
#include "BLI_color.hh"
#include "BLI_cpp_type_make.hh"
#include "BLI_cpp_types_make.hh"
#include "BLI_float4x4.hh"
#include "BLI_math_matrix_types.hh"
#include "BLI_math_vector_types.hh"
#include "FN_field_cpp_type_make.hh"