Gilles's patch to get rid of the the same identifier warnings
Kent -- mein@cs.umn.edu
This commit is contained in:
@@ -57,7 +57,7 @@ public:
|
||||
MT_Point3() {}
|
||||
MT_Point3(const float *v) : MT_Vector3(v) {}
|
||||
MT_Point3(const double *v) : MT_Vector3(v) {}
|
||||
MT_Point3(MT_Scalar x, MT_Scalar y, MT_Scalar z) : MT_Vector3(x, y, z) {}
|
||||
MT_Point3(MT_Scalar xx, MT_Scalar yy, MT_Scalar zz) : MT_Vector3(xx, yy, zz) {}
|
||||
|
||||
MT_Point3& operator+=(const MT_Vector3& v);
|
||||
MT_Point3& operator-=(const MT_Vector3& v);
|
||||
|
Reference in New Issue
Block a user