SF_INLINE const Point3<T>& operator +=(const Point3<T> & pt); SF_INLINE const Point3<T>& operator +=(T val);
+= operator adds a set value (number or another Point3) to the coordinates of the current point.
A new Point3 resulting from the addition.