fixed spacing in the headers to get rid of some warnings and some other
little minor spacing issues.
This commit is contained in:
@@ -116,5 +116,3 @@ private:
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
@@ -148,5 +148,3 @@ private:
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
@@ -145,3 +145,4 @@ protected:
|
||||
};
|
||||
|
||||
#endif //MT_CmMatrix4x4
|
||||
|
||||
|
@@ -212,3 +212,4 @@ inline MT_OStream& operator<<(MT_OStream& os, const MT_Matrix3x3& m) {
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -248,3 +248,4 @@ inline MT_OStream& operator<<(MT_OStream& os, const MT_Matrix4x4& m) {
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -67,3 +67,4 @@ inline void MT_set_max(T& a, const T& b) {
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -40,3 +40,4 @@
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -133,7 +133,5 @@ public :
|
||||
#include "MT_Plane3.inl"
|
||||
#endif
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
@@ -79,3 +79,4 @@ MT_Point2 MT_lerp(const MT_Point2& p1, const MT_Point2& p2, MT_Scalar t);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -79,3 +79,4 @@ MT_Point3 MT_lerp(const MT_Point3& p1, const MT_Point3& p2, MT_Scalar t);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -108,5 +108,3 @@ MT_Quaternion operator*(const MT_Vector3& w, const MT_Quaternion& q);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
@@ -83,6 +83,5 @@ inline MT_Scalar MT_random() {
|
||||
return MT_Scalar(MT_rand()) / MT_Scalar(MT_RAND_MAX);
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -56,3 +56,4 @@ inline MT_OStream& GEN_endl(MT_OStream& os) { return std::endl(os); }
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -166,7 +166,3 @@ inline MT_Transform operator*(const MT_Transform& t1, const MT_Transform& t2) {
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@@ -107,3 +107,4 @@ inline MT_OStream& operator<<(MT_OStream& os, const MT_Tuple2& t) {
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -112,3 +112,4 @@ inline MT_OStream& operator<<(MT_OStream& os, const MT_Tuple3& t) {
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -122,3 +122,4 @@ inline MT_OStream& operator<<(MT_OStream& os, const MT_Tuple4& t) {
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -110,3 +110,4 @@ MT_Scalar MT_triple(const MT_Vector2& v1, const MT_Vector2& v2,
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -116,3 +116,4 @@ MT_Scalar MT_triple(const MT_Vector3& v1, const MT_Vector3& v2,
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -47,5 +47,3 @@
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user