ContRap-Libraries
Public Member Functions | Data Fields

crp::Pixel Class Reference

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

Detailed Description

Class Pixel represents pixel coordinates in the image.


Constructor & Destructor Documentation

crp::Pixel::Pixel ( double  x,
double  y 
) [inline]

Creates a new pixel.

Parameters:
xX-Coordinate
yY-Coordinate

Field Documentation

double crp::Pixel::x

Coordinteas.

double crp::Pixel::y

The documentation for this class was generated from the following file: