Bug 505115 - Part 15 - Add 4D Vectors, Quaternions and gfx3DMatrix functions. r=derf

This commit is contained in:
Matt Woodrow
2011-08-27 12:06:03 +12:00
parent db01ba7513
commit 84d05e7b91
12 changed files with 571 additions and 70 deletions

View File

@@ -71,6 +71,7 @@ NS_MIN( const T& a, const T& b )
return b < a ? b : a;
}
// Must return b when a == b in case a is -0
template <class T>
inline
const T&