Reverted recent changes so the set(Matrix&) method.

This commit is contained in:
Robert Osfield
2003-05-27 11:02:45 +00:00
parent b17d2abc87
commit 4a804ebf32
2 changed files with 36 additions and 52 deletions

View File

@@ -284,8 +284,6 @@ class SG_EXPORT Quat
protected:
void _set(const Matrix& m );
}; // end of class prototype
inline std::ostream& operator << (std::ostream& output, const Quat& vec)