SF_INLINE const Point3<T>& operator *=(const Point3<T> & pt); SF_INLINE const Point3<T>& operator *=(T val);
*= operator multiplies the x, y and z coordinate values of the current point with a fixed value (number or another Point3).
New Point3 resulting from the multiplication.