ContRap-Libraries
Public Member Functions | Data Fields

crp::GLPixel Class Reference

Double vector in two dimensions. More...

#include <glmath.h>

Public Member Functions

 GLPixel (double x=0.0, double y=0.0)
 Creates a pixel from point coordinates.

Data Fields

double x
 Coordinates.
double y

Detailed Description

Double vector in two dimensions.


Constructor & Destructor Documentation

crp::GLPixel::GLPixel ( double  x = 0.0,
double  y = 0.0 
) [inline]

Creates a pixel from point coordinates.

Parameters:
xX-coordinate of the point
yY-coordinate of the point

Field Documentation

Coordinates.


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