BLI: Math: Rename BLI_math_rotation.hh in preparation for new rotation lib

Incoming with the new matrix API (D16625) are the new rotation types.
There is typename colision if we simply reuse the same header.
This commit is contained in:
2022-12-08 00:15:18 +01:00
parent 237fd48d01
commit c50e25c5f0
7 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
#include <algorithm>
#include "BLI_math_rotation.hh"
#include "BLI_math_rotation_legacy.hh"
#include "BLI_math_vector.hh"
#include "BKE_curves.hh"

View File

@@ -13,7 +13,7 @@
#include "BLI_bounds.hh"
#include "BLI_index_mask_ops.hh"
#include "BLI_length_parameterize.hh"
#include "BLI_math_rotation.hh"
#include "BLI_math_rotation_legacy.hh"
#include "BLI_task.hh"
#include "DNA_curves_types.h"

View File

@@ -272,7 +272,7 @@ set(SRC
BLI_math_matrix.h
BLI_math_mpq.hh
BLI_math_rotation.h
BLI_math_rotation.hh
BLI_math_rotation_legacy.hh
BLI_math_solvers.h
BLI_math_statistics.h
BLI_math_time.h

View File

@@ -5,7 +5,7 @@
*/
#include "BLI_math_base.h"
#include "BLI_math_rotation.hh"
#include "BLI_math_rotation_legacy.hh"
#include "BLI_math_vector.h"
#include "BLI_math_vector.hh"

View File

@@ -5,7 +5,7 @@
#include "BLI_math_base.h"
#include "BLI_math_matrix.h"
#include "BLI_math_rotation.h"
#include "BLI_math_rotation.hh"
#include "BLI_math_rotation_legacy.hh"
#include "BLI_math_vector.hh"
#include "BLI_vector.hh"

View File

@@ -7,7 +7,7 @@
#include "BLI_devirtualize_parameters.hh"
#include "BLI_math_geom.h"
#include "BLI_math_rotation.hh"
#include "BLI_math_rotation_legacy.hh"
#include "BLI_task.hh"
#include "GEO_fillet_curves.hh"