SF_INLINE void SetPoint(T val); SF_INLINE void SetPoint(T x2, T y2, T z2); SF_INLINE void SetPoint(const Point3<T> & pt);
SetPoint initializes the x, y and z coordinate values of the current point. A call to the SetPoint function is equivalent to calling the = operator.