summaryrefslogtreecommitdiffstats
path: root/thirdparty/embree/common/math/linearspace2.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/embree/common/math/linearspace2.h')
-rw-r--r--thirdparty/embree/common/math/linearspace2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/thirdparty/embree/common/math/linearspace2.h b/thirdparty/embree/common/math/linearspace2.h
index 184ee695fb..e58f61ea6b 100644
--- a/thirdparty/embree/common/math/linearspace2.h
+++ b/thirdparty/embree/common/math/linearspace2.h
@@ -18,6 +18,7 @@ namespace embree
/*! default matrix constructor */
__forceinline LinearSpace2 ( ) {}
+
__forceinline LinearSpace2 ( const LinearSpace2& other ) { vx = other.vx; vy = other.vy; }
__forceinline LinearSpace2& operator=( const LinearSpace2& other ) { vx = other.vx; vy = other.vy; return *this; }