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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user