Go to the documentation of this file.
8 #ifndef DRAWABLETUPLET_H_
9 #define DRAWABLETUPLET_H_
24 inline double x1() {
return _x1; }
25 inline double y1() {
return _y1; }
26 inline double x2() {
return _x2; }
27 inline double y2() {
return _y2; }