Bug 505115 - Part 15 - Add 4D Vectors, Quaternions and gfx3DMatrix functions. r=derf
This commit is contained in:
@@ -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&
|
||||
|
||||
Reference in New Issue
Block a user