[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:
Aaron Franke
2019-02-09 00:24:02 -05:00
parent 33b64ec3fd
commit 3f837d5cc5
11 changed files with 15 additions and 15 deletions

View File

@@ -32,7 +32,7 @@
#define TRANSFORM_H
#include "core/math/aabb.h"
#include "core/math/matrix3.h"
#include "core/math/basis.h"
#include "core/math/plane.h"
/**