SF_INLINE const Point3<T>& operator =(const Point3<T> & pt); SF_INLINE const Point3<T>& operator =(T val);
= operator assigns a fixed value (number or another Point3) to the x, y and z coordinate values of the current point.
Assigned Point3.