Point3::-

Point3::-
SF_INLINE const Point3<T> operator -() const;
Description

- operator function calculates a new point by changing the sign of the coordinate values of an existing Point3. This function is constant and does not modify the passed parameter.

Return Value

A new Point3 value formed by changing the sign of the components of an existing Point3.