#include "Image/Dims.H"
#include "Image/Point2D.H"
Go to the source code of this file.
Operators for Dims and Point2D<int>
Definition in file Coords.H.
[inline]
Dims-Dims subtraction.
NOTE: this returns a Point2D<int>, not a Dims object, because Dims cannot have negative values, but Point2D<int> can.
Definition at line 47 of file Coords.H.
References Dims::h(), and Dims::w().