Removed Geometry:flip (resolves issue #670)

This commit is contained in:
Alex Szpakowski
2013-07-29 05:50:08 -03:00
parent b090a91650
commit 45de33edb8
4 changed files with 6 additions and 59 deletions
-8
View File
@@ -72,8 +72,6 @@ public:
const vertex &getVertex(size_t i) const;
void setVertex(size_t i, const vertex &v);
void flip(bool x, bool y);
/**
* Returns a pointer to the vertex array.
**/
@@ -134,12 +132,6 @@ private:
uint16 *elementArray;
size_t elementCount;
float x_min;
float x_max;
float y_min;
float y_max;
bool vertexColors;
DrawMode drawMode;