added static member Zero() to point3
This commit is contained in:
parent
28d838ca49
commit
6ac9919471
|
@ -203,6 +203,11 @@ public:
|
||||||
return b;
|
return b;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static inline Point3 Zero(void)
|
||||||
|
{
|
||||||
|
return Point3(0,0,0);
|
||||||
|
}
|
||||||
|
|
||||||
//@}
|
//@}
|
||||||
|
|
||||||
//@{
|
//@{
|
||||||
|
|
Loading…
Reference in New Issue