ContRap-Libraries
|
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 |
Double vector in two dimensions.
crp::GLPixel::GLPixel | ( | double | x = 0.0 , |
double | y = 0.0 |
||
) | [inline] |
Creates a pixel from point coordinates.
x | X-coordinate of the point |
y | Y-coordinate of the point |
double crp::GLPixel::x |
Coordinates.
double crp::GLPixel::y |