Move math namespace to fix #746.

This commit is contained in:
prideout
2019-02-06 10:52:16 -08:00
committed by Philip Rideout
parent 6089be6de6
commit 5ee359cf40
155 changed files with 746 additions and 717 deletions

View File

@@ -19,7 +19,7 @@
#include <utils/StructureOfArrays.h>
#include <math/vec4.h>
using namespace math;
using namespace filament::math;
using namespace utils;
struct TestFloat4 : public float4 {