[Core] Rename Matrix3 file to Basis
The code already referred to "Basis", it's just the file name that was different for some reason.
This commit is contained in:
parent
33b64ec3fd
commit
3f837d5cc5
11 changed files with 15 additions and 15 deletions
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
#include "vector3.h"
|
||||
|
||||
#include "core/math/matrix3.h"
|
||||
#include "core/math/basis.h"
|
||||
|
||||
void Vector3::rotate(const Vector3 &p_axis, real_t p_phi) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue