-= operator subtracts a set value from the coordinates of the current point.
Parameters |
Description |
const Point3<T> & pt |
A point whose coordinates are subtracted from the coordinate values of the current point. |
T val |
A fixed value that is subtracted from the coordinate values of the current point. |
New Point3 resulting from the subtraction.