34 std::ostream&
operator<<(std::ostream& o,
const TPixelCoordf&
p);
float pixel_coord_t
The type of x and y.
A pair (x,y) of pixel coordinates (subpixel resolution).
TPixelCoord(const int _x, const int _y)
TPixelCoordf(const std::pair< T, T > &p)
A pair (x,y) of pixel coordinates (integer resolution).
TPixelCoordf(const float _x, const float _y)
Constructor from x,y values.
int pixel_coord_t
The type of x and y.
std::ostream & operator<<(std::ostream &o, const TColor &c)
TPixelCoordf()
Default constructor: undefined values of x,y.