fixed spacing in the headers to get rid of some warnings and some other

little minor spacing issues.
This commit is contained in:
2002-10-30 02:07:20 +00:00
parent f6c7a89357
commit 01bff70383
699 changed files with 778 additions and 428 deletions

View File

@@ -116,5 +116,3 @@ private:
#endif

View File

@@ -148,5 +148,3 @@ private:
#endif

View File

@@ -145,3 +145,4 @@ protected:
};
#endif //MT_CmMatrix4x4

View File

@@ -212,3 +212,4 @@ inline MT_OStream& operator<<(MT_OStream& os, const MT_Matrix3x3& m) {
#endif
#endif

View File

@@ -248,3 +248,4 @@ inline MT_OStream& operator<<(MT_OStream& os, const MT_Matrix4x4& m) {
#endif
#endif

View File

@@ -67,3 +67,4 @@ inline void MT_set_max(T& a, const T& b) {
}
#endif

View File

@@ -40,3 +40,4 @@
#endif
#endif

View File

@@ -133,7 +133,5 @@ public :
#include "MT_Plane3.inl"
#endif
#endif

View File

@@ -79,3 +79,4 @@ MT_Point2 MT_lerp(const MT_Point2& p1, const MT_Point2& p2, MT_Scalar t);
#endif
#endif

View File

@@ -79,3 +79,4 @@ MT_Point3 MT_lerp(const MT_Point3& p1, const MT_Point3& p2, MT_Scalar t);
#endif
#endif

View File

@@ -108,5 +108,3 @@ MT_Quaternion operator*(const MT_Vector3& w, const MT_Quaternion& q);
#endif

View File

@@ -83,6 +83,5 @@ inline MT_Scalar MT_random() {
return MT_Scalar(MT_rand()) / MT_Scalar(MT_RAND_MAX);
}
#endif

View File

@@ -56,3 +56,4 @@ inline MT_OStream& GEN_endl(MT_OStream& os) { return std::endl(os); }
#endif
#endif

View File

@@ -166,7 +166,3 @@ inline MT_Transform operator*(const MT_Transform& t1, const MT_Transform& t2) {
#endif

View File

@@ -107,3 +107,4 @@ inline MT_OStream& operator<<(MT_OStream& os, const MT_Tuple2& t) {
}
#endif

View File

@@ -112,3 +112,4 @@ inline MT_OStream& operator<<(MT_OStream& os, const MT_Tuple3& t) {
}
#endif

View File

@@ -122,3 +122,4 @@ inline MT_OStream& operator<<(MT_OStream& os, const MT_Tuple4& t) {
}
#endif

View File

@@ -110,3 +110,4 @@ MT_Scalar MT_triple(const MT_Vector2& v1, const MT_Vector2& v2,
#endif
#endif

View File

@@ -116,3 +116,4 @@ MT_Scalar MT_triple(const MT_Vector3& v1, const MT_Vector3& v2,
#endif
#endif

View File

@@ -47,5 +47,3 @@
#endif

View File

@@ -157,10 +157,3 @@ inline NM_Scalar<T> pow(const NM_Scalar<T>& x, const NM_Scalar<T>& y) {
fabs(y.getValue()) * x.getError() + 1.0);
}