ContRap-Libraries
|
Class Pixel represents pixel coordinates in the image. More...
#include <primitives.h>
Public Member Functions | |
Pixel (double x, double y) | |
Creates a new pixel. | |
Data Fields | |
double | x |
Coordinteas. | |
double | y |
Class Pixel represents pixel coordinates in the image.
crp::Pixel::Pixel | ( | double | x, |
double | y | ||
) | [inline] |
Creates a new pixel.
x | X-Coordinate |
y | Y-Coordinate |
double crp::Pixel::x |
Coordinteas.
double crp::Pixel::y |