added static member Zero() to point3

This commit is contained in:
Luigi Malomo 2014-05-28 22:44:08 +00:00
parent 28d838ca49
commit 6ac9919471
1 changed files with 5 additions and 0 deletions

View File

@ -203,6 +203,11 @@ public:
return b;
}
static inline Point3 Zero(void)
{
return Point3(0,0,0);
}
//@}
//@{