The operator - function calculates the coordinates of a new point by subtracting a fixed value (number or another Point or Size) from the x and y coordinate values of an existing Point. This function is constant and does not modify either of the passed parameters.
The following expression is used to determine the result:
|
Parameters |
Description |
|
const Point<T> & pt | |
|
const Size<T> & sz | |
|
T val |