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

@@ -24,7 +24,7 @@
#include <memory>
#include <ratio>
using namespace math;
using namespace filament::math;
namespace image {