changed member Zero() to SetZero()

This commit is contained in:
ganovelli 2008-10-27 12:52:22 +00:00
parent 3c65d927ac
commit c0a5159672
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ public:
_v[0]= p._v[0]; _v[1]= p._v[1]; _v[2]= p._v[2];
return *this;
}
inline void Zero()
inline void SetZero()
{
_v[0] = 0;
_v[1] = 0;